/*MOBILE VERSION 2 CAROUSEL STARTS HERE*/
.container5 {
  padding:0;
  width: auto;
  height: 500px;
  background: ;
  margin: 0 auto;
  border-radius: 3px;
  position: relative;
  /*border: 5px solid green;*/
  overflow: hidden;
   overflow-x: scroll;
   -webkit-overflow-scrolling: touch;
   
}

.track5 {
  /*width:2000px;*/
  position: absolute;
  top: 0px;
  left: 5px;
  display: flex;
  touch-action: none;
  transition: 0.5s;
  
}
.card5{
  width: 320px;
  height: auto;
  /*background: aqua;*/
  margin-right: 15px;
  border-radius: 20px;
  display: block;
  justify-content: center;
  align-items: center;
  transition:1s;
  

}
.card5:hover{
	opacity:0.5;
	filter:drop-shadow(8px 8px 10px white);
	filter:invert(100%);
	cursor:pointer;
	width:340px;
}

.img-v25{
	display:block;
	margin:0 auto;
	margin:0 0 0 0;
	width:100%;
	height:auto;
	border-radius: 20px 20px 20px 20px;
	border: 5px solid gold;
}








}
.container5 .track5 .card5 a{
	text-decoration:none;
}


/*MOBILE VERSION 2 CAROUSEL ENDS HERE*/

/*media queries 1138px START here*/
@media screen  and (max-width: 1138px){
	
	.container5 {
    height: 375px;
	}
	
	
	.card5{
		width: 240px;
		height: auto;
		margin-right: 11px;
	}
	
	.card5:hover{
	   width:260px;
	}
	
		.img-v25{
	border: 4px solid gold;
}


	
}
/*media queries 1138px END here*/


/*media queries 900px START here*/
@media screen  and (max-width: 900px){
	.container5 {
    height: 375px;
	}
	
	.card5 {
		width: 230px;
		height: auto;
		margin-right: 9px;
	}
	
	.card5:hover{
	   width:250px;
	}
	
	.img-v25{
	border: 3px solid gold;
}

	

	
}
/*media queries 900px END here*/



/*media queries 540px START here*/
@media screen  and (max-width: 540px){
	
	.container5 {
    height: 250px;
	}
	
	.card5 {
		width: 144px;
		height: auto;
		margin-right: 6px;
	}
	
	.card5:hover{
	   width:164px;
	}
	
	.img-v25{
	border: 2px solid gold;
}

	

	
	
}
/*media queries 540px END here*/

/*media queries 480px START here*/
@media screen  and (max-width: 480px){
	/*nav queries START
	.top-nav {
    color: white;
    padding: 16px;
    font-size: 16px;
  }

  .top-nav-dropdwn {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .top-nav-dropdwn a {
	display: block;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
	font-size: 14px;
	width:100%;
	text-align:left;
  }

  .top-nav-dropdwn a:hover {background-color: grey}

  .top-nav:hover .top-nav-dropdwn {
    display: block;
  }

  .top-nav:hover {
    background-color: grey;
  }
  Nav queries END*/
  

	
	.container5 {
    height: 200px;
	}
	
	.card5 {
		width: 116px;
		height: auto;
	}
	
	.card5:hover{
	   width:136px;
	}
	
	.track5 {
	  padding:0;
	}
	

	
	.info-v25, .song5{
	  font-size:11px;
    }
	
}
/*media queries 480px END here*/

/*media queries 380px START here*/
@media screen  and (max-width: 380px){
	.container5 {
    height: 210px;
	}
	

	
	.card5 {
		width: 128px;
		height: auto;
	}
	
	.card5:hover{
	   width:148px;
	}
	
	.info-v25, .song5{
	  font-size:10.1px;
    }
	
	.track5 {
	  padding:0;
	}
}
/*media queries 380px END here*/


/*THESE ARE NOT MEDIA QUERIES[FOR ARROW BUTTONS]*/
.nav5 button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #aaa;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.nav5 .prev5 {
  left: -30px;
  display: none;
}
.nav5 .prev5.show {
  display: block;
}
.nav5 .next5 {
  right: -30px;
}
.nav5 .next5.hide {
  display: none;
}

.glow6 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  -webkit-animation: glow6 1s ease-in-out infinite alternate;
  -moz-animation: glow6 1s ease-in-out infinite alternate;
  animation: glow6 1s ease-in-out infinite alternate;
}


/*glow settings*/
@-webkit-keyframes glow6 {
  from {
    text-shadow: 0 0 5px #00ff00, 
    			 0 0 10px #00ff00, 
                 0 0 15px #00ff00, 
                 0 0 20px #00ff00, 
                 0 0 25px #00ff00,
				 0 0 30px #00ff00; 				 
           
  }
  
  to {
    text-shadow: 0 0 2px #00ff00, 
                 0 0 5px #00ff00, 
                 0 0 10px #00ff00, 
                 0 0 15px #00ff00, 
                 0 0 20px #00ff00,
				 0 0 25px #00ff00,
				 0 0 30px #00ff00; 				 
          
  }
}























/*NETFLIX STYLE SLIDE SHOW SETTINGS END HERE */




















