@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap');


*{
	box-sizing: border-box;
	margin:0;
	font-family: 'Rubik', sans-serif;
	overflow: hidden;
}
body{
	background: #333;

}

#icon{
	width: 80px;
	cursor: pointer;
}


.row::after {
  	content: "";
  	clear: both;
  	display: table;
}

[class*="col-"] {
  	float: left;
  	padding: 15px;
}

#slide{
	border-radius: 30px;
}
#next{
	cursor: pointer;
	width: 40px;
}
#pre{
	cursor: pointer;
	width: 40px;
}
.logo{
	width: 80px;
	position: absolute;
	top: 10px;
	left: 20px;
	animation: spin 1s linear infinite;
}
@keyframes spin {

  from { transform: rotate(0deg); 
                margn-left: 0;}

  to { transform: rotate(360deg); 
         margn-left: 10px;}
}

a{
	text-decoration: none;
	color: white;
}


#setting{
	position: absolute;
	top: 10px;
	right: 40px;
	cursor: pointer;
}
.hidden-element{
	position: absolute;
	top:64px;
	right: 40px;
	background: #f7c9c7;
	color: white;
	border-radius: 10px;
	display: none;
	padding: 10px;
  	animation-name: animation;
  	animation-duration: .4s;
}

@keyframes animation{
	from{
		opacity: 0;
		top: 0;
	}

	to{
		opacity: 1;
		top: 10%;
	}
}

div#settings span:hover{
	background: #916361;
	cursor: pointer;
}
div#settings span{
	padding: 10px 30px;
	width: 100%;
	height: 100vh;
}

#slide{
  	animation-name: fade;
  	animation-duration: 1s;
}

@keyframes fade{
	
	from{
		opacity: 0;
		transform: scale(0.4);
	}
	to{
		opacity: 1;
		transform: scale(1);
	}
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

.row{
	text-align: center;
	height: 100vh;
	width: 100%;
	margin-top: 10%;
}

button{
	border: 1px solid green;
	outline: none;
	padding: 10px 12px;
	font-size: 16px;
	cursor: pointer;
	background: transparent;
	color: green;
	transition: all .8s;

}

button:hover{
	background: green;
	color: white;
	transform: rotateY(360deg);
}

.modal-items{
	display: flex;
	justify-content: space-evenly;
	height: 100vh;
	width: 100%;
	align-items:center;
}
.modal{
	height: 100%;
	width: 100%;
	overflow: auto;
	position: absolute;	
	top: 0;
	left: 0;
	display: none;
	z-index: 1;
	background: rgba(0,0,0,0.8);
  	animation-name: style;
	animation-duration: .6s;
}

.modal-content {
  	background-color: #fefefe;
  	margin: auto;
  	padding: 30px;
  	border: 1px solid #888;
  	width: 80%;
}
.close{
	position: absolute;
	top: 3%;
	font-size: 30px;
	font-weight: bold;
	background: black;
	color: white;
	height: 40px;
	width: 50px;
	text-align: center;
	right: 13%;
	cursor: pointer;
}

.modal-contents{
	height: 100%;
	width: 100%;
	overflow: auto;
	position: absolute;	
	top: 0;
	left: 0;
	display: none;
	z-index: 1;
	background: rgba(0,0,0,0.8);
  	animation-name: style;
	animation-duration: .6s;
}

.rate-modal {
  	background-color: #fefefe;
  	margin: auto;
  	padding: 30px;
  	border: 1px solid #888;
  	width: 80%;
}

.closer{
	position: absolute;
	top: 3%;
	font-size: 30px;
	font-weight: bold;
	background: black;
	color: white;
	height: 40px;
	width: 50px;
	text-align: center;
	right: 13%;
	cursor: pointer;
}
.modal-item{
	display: flex;
	justify-content: space-evenly;
	height: 100vh;
	width: 100%;
	align-items:center;
}
h2.title{
	font-weight: normal;
	font-size: 25px;
	color: #fff;
}




.p-logo{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}
.List img{
	width: 60px;
}
#list{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 400px;
	background: #ccc;
	display: none;
}
.p-logo h3{
	padding: 10px 10px;
	padding-top: 30px;
	font-size: 30px;
}

.audioList{
	justify-content: center;
	align-items: center;
	
}
.List{
  	overflow: scroll;
	overflow: auto;

}
.types{
	padding-bottom: 15px;
	padding-top: 15px;
}

.types:hover{
	background: rgba(0,0,0,0.6);
	color: white;
	cursor: pointer;
}
.List p{
	text-align: center;
	background: green;
	color: white;
	padding: 5px;
}

.currentAudio{
	display: flex;
    	align-items: center;
	justify-content: center;
	padding-top: 10%;
}

@keyframes style{
	from{
		opacity: 0;
		transform: rotateY(90deg);

	}

	to{
		transform: rotateX(360deg);
		opacity: 1;
	}
}



@media only screen and (max-width: 600px) {

	[class*="col-"]{
		max-width: 100%;
		height: auto;
	}
	img{
		max-width: 100%;
		height: auto;
	}

	.currentAudio{

		transform: translate(40%);
		width: 100%;
		margin: auto;
	}

	.col-6.images {
    		padding-top: 40%;
	}
	#list{
		max-width: 100%;
	}
	h2.title {
    		position: absolute;
    		bottom: 25%;
    		color: white;
    		font-weight: normal;
    		width: 100%;
    		margin: auto;
		font-size: 22px;
	}
	.currentAudio{
		position: absolute;
		bottom: 20px;
		right: 40%;
	}
}