@keyframes rotate_in{

	0%{
		opacity: 0;
		transform: rotate(30deg) scale(1.5);
	}

	100%{
		opacity: 1;
		transform: rotate(0deg) scale(1.0);
	}
}

@keyframes move_in{

	0%{
		opacity: 0;
		transform: translateY(100px);
	}

	100%{
		opacity: 1;
		transform: translateY(0px);
	}
}

body{
	margin-top: 65px;
	background-color: #0b1828;
	min-width: 350px;
	/*width: 100%;
	height: 100vh;*/
	/*display: inline-flex;*/
	justify-content: center;
	align-items: center;
	/*background: #5f7a61;*/
	font-family: 'robota', sans-serif;
}

body a{
	text-decoration: none;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* NAV START */

nav{
	background: rgba(20, 21, 49, 0.83); /*#0082e6*/
	height: 80px;
	width: 100%;

	position: absolute;
	top: 0;
	left: 0;
	padding: 30px 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10000;
}

label.logo
{
  /*color: white;
  font-size: 35px;
  line-height: 80px;
  padding: 0 100px;
  font-weight: bold;*/

	margin-top: 30px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	font-size: 3em;
	/*text-transform: uppercase;*/
	letter-spacing: 2px;
	overflow: hidden;
}
label img
{
	width: 180px;
}

nav img
{
	margin-left: 85px;
	margin-top: 5px;
}

nav ul{
  float: right;
  margin-right: 0px;
  margin-top: 15px;

  /*display: flex;
	justify-content: center;
	align-items: center;*/
}
nav ul li{
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;

  /*list-style: none;
	margin-left: 20px;*/
}
nav ul li a{
  color: white;
  font-size: 15px;
  padding: 7px 15px;
  border-radius: 20px;
  /*text-transform: uppercase;*/
  text-decoration: none;

  /*text-decoration: none;
	padding: 6px 15px;
	color: #fff;
	border-radius: 20px;*/
}
a.active,a:hover{
  color: white;
  background: #5e7180;
  transition: .5s;
  
}

/* NAV END */

.mainnav .active{

	color: #c90000!important;
}

.mainnav .active::after{

	content: '';
	background-color: #c90000;
	height: 2px;
	display: block;
	margin-top: 5px;
}

.font a{
	color: #c90000!important;
}

.hero-area{

	background-image: url('../images/14.jpg');
	min-height: 600px;
	background-position: 20% 30%;
	background-size: cover;
}

.hero-nav .active{

	color: #c90000!important;
	background-color: transparent!important;
}

.hero-nav .active::after{

	content: '';
	background-color: #c90000;
	height: 2px;
	display: block;
	margin-top: 5px;

}

.song-small:hover{

	border: solid thin grey;
	cursor: pointer;
	transform: translateY(-10px);
}

.song-small{

	background-color: #0b1828;
	background: linear-gradient(90deg, rgba(0,0,4,1) 0%, rgba(11,24,40,1) 7%, rgba(6,46,54,1) 66%, rgba(10,87,103,0) 100%);
	transition: all 0.5s ease;
}

.song-small-img{

	width: 50px;
	height: 50px;
	object-fit: cover;
}

.song-card{
	width: 200px;

}

.song-card img{
	width: 200px;
	height: 200px;
	object-fit: cover;
}

.song-category-title::after{

	content: '';
	background-color: #2cc8e5;
	background: linear-gradient(90deg, rgba(24,49,82,1) 0%, rgba(44,200,229,1) 44%, rgba(44,200,229,0) 100%);
	height: 1px;
	display: block;
	margin-top: 15px;
	width: 50%;
}

.song-category-title{

	color: #2cc8e5;
}

.song-category-title a{

	color: #2cc8e566;
	transition: 0.8s ease;
}

.song-category-title a:hover{

	color: #2cc8e5bb;
}

.big-card-img{

	position: absolute; 
	background-color: #000000bb; 
	left: 0px; 
	top: 0px; 
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .8s ease;
}

.big-card-img:hover{

	opacity: 1;
}

.big-card-img i{

	color: #2cc8e588;
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.img-container{

	height: 100%;
	position: relative;
	overflow: hidden;
}

.img-container img{

	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: rotate_in 2s ease;
}

.img-container::after{

	content: '';
	width: 60px;
	background-color: red;
	height: 100%;
	position: absolute;
	transform: skew(5deg);
	top: 0px;
	right: -28px;
	background-color: #203349;
}

.login-button{

	position: absolute;
	left: -100px;
	top: 30px;
	background-color: white;
	padding: 10px 20px;
	border-radius: 20px;
	color: #203349;
	cursor: pointer;
}

.signup-button{

	position: absolute;
	left: -100px;
	top: 80px;
	background-color: white;
	padding: 10px 20px;
	border-radius: 20px;
	color: #203349;
	cursor: pointer;
}

.button-selected{
	background-color: #203349;
	color: white;
}

.content{

	height: 600px;
	width: 100%;
	max-width: 900px;
}

.conti2{

	background-color: #203349;
	height: 100%;
	position: relative;
}

form{

	z-index: 10;
	position: relative;
}

.hide{

	display: none;
}

.credits{
	margin: auto;
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
	width: 350px;
	height: 550px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 40px 100px rgba(255, 255, 255, 0.1);
	padding: 30px;
	overflow: hidden;
	color: #d5eebb;
}

 .endcredits{
 	width: 1000px;
 	margin: auto;
 	margin-top: 10%;
 }

.music-player{
	margin: auto;
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
	width: 350px;
	height: 550px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 40px 100px rgba(255, 255, 255, 0.1);
	padding: 30px;
	overflow: hidden;
	color: #d5eebb;
}

.music-name,
.artist-name{
	text-align: center;
	text-transform: capitalize;
}

.music-name{
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 10px;
}

.artist-name{
	font-size: 16px;
	font-weight: 200;
}

.disk{
	position: relative;
	display: block;
	margin: 40px auto;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: #000;
	background-image: url('images/cover\ 1.png');
	background-size: cover;
	box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.08);
	animation: rotate 20s linear infinite;
	animation-play-state: paused;
}

.disk.play{
	animation-play-state: running;
}

.disk::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #3f4248;
}

.song-slider{
	width: 100%;
	position: relative;
}

.seek-bar{
	-webkit-appearance: none;
	width: 100%;
	height: 5px;
	border-radius: 10px;
	background: #7fc8a9;
	overflow: hidden;
	cursor: pointer;
}

.seek-bar::-webkit-slider-thumb{
	-webkit-appearance: none;
	width: 1px;
	height: 20px;
	box-shadow: -400px 0 0 400px #d5eebb;
}

.current-time,
.song-duration{
	font-size: 14px;
}

.song-duration{
	position: absolute;
	right: 0;
}

.controls{
	width: 60%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	margin-top: 20px;
}

.play-btn{
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #d5eebb;
	cursor: pointer;
	border: none;
}

.play-btn span{
	position: absolute;
	top: 50%;
	left: 25%;
	transform: translateY(-50%);
	width: 10px;
	height: 30px;
	border-radius: 2px;
	background: #5f7a61;
	transition: .5s;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.play-btn span:nth-child(2){
	left: 55%;
	transform-origin: center;
}

.play-btn.pause span:nth-child(2){
	transform: translateY(-50%) scaleY(0);
}

.play-btn.pause span:nth-child(1){
	width: 35%;
	left: 53%;
	transform: translate(-50%, -50%);
	border-radius: 0;
	clip-path: polygon(0 0, 100% 50%, 100% 50%, 0% 100%);
}

.play-btn.pause{
	animation: pulse 2s linear infinite;
}

@keyframes pulse{
	0%{
		box-shadow: 0;
	}
	50%{
		box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1);
	}
	100%{
		box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
	}
}

.btn{
	width: 40px;
	height: 40px;
	background: #d5eebb;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	cursor: pointer;
}

@keyframes rotate{
	0%{
		transform: rotate(0);
	}
	100%{
		transform: rotate(360deg);
	}
}

.fx-animate-1{

	animation: move_in 0.4s ease;
}

.fx-animate-2{

	animation: move_in 0.8s ease;
}

.fx-animate-3{

	animation: move_in 1.2s ease;
}

.fx-animate-4{

	animation: move_in 1.6s ease;
}

.fx-animate-5{

	animation: move_in 2s ease;
}

.fx-animate-6{

	animation: move_in 2.4s ease;
}



/*@media (max-width: 616px){

	.nav-spacer{

		height: 50px;
	}
}

@media (max-width: 435px){

	.nav-spacer{

		height: 80px;
	}
}*/

/* RESPONISVE CSS MOBILES */

.checkbtn2{
  font-size: 30px;
  color: white;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check2{
  display: none;
}

@media (max-width: 1000px)
{

label.logo
{
    margin-top: 15px;
    font-size: 3em;
   	float: left;
}

label img
{
	width: 150px;
	float: left;

}

nav img
{
	margin-top: -20px;
	margin-left: 25px;
}

nav ul{
  float: right;
  margin-right: 0px;
  margin-top: -5px;
}

nav ul li a
{
    font-size: 12px;
}

}

@media (max-width: 858px){

.checkbtn2
{
	display: block;
}

label.logo
{
    margin-top: 15px;
    width: 150px;
    font-size: 3em;
   	float: left;
}

label svg
{
	width: 48px;
	height: 48px;
	margin-top: -14px;
	margin-left: 20px;
}

label img
{
	width: 150px;
	float: left;

}

  ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #2c3e50;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a{
    font-size: 20px;
  }

  nav img
  {
  	margin-top: 0px;
  	margin-right: 50px;
  }

  a:hover,a.active{
    background: none;
    color: #0082e6;
  }
  #check2:checked ~ ul{
    left: 0;
  }
}

@media (max-width: 457px)
{
	section a img
	{
		padding: 10px;
		width: 44px;
	}

	.section_img
	{
		padding: 10px;
		width: 44px;
	}
}