#cover {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 450px;
	background: url("cover img.png");
}

#cover-content {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#cover-text {
	width: 700px;
	transform: translateX(-100px);
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	color: #fff;
	text-align: right;
	padding: 10px 0 10px 0;
}

#cover-text h1 {
	font-size: 50px;
}

#cover-text p {
	font-size: 25px;
	line-height: 50px;
}

#cover-text hr {
	width: 55%;
	height: 10px;
	margin: 25px 0 10px 0;
	background: #fff;
	border-radius: 15px;
}

#cover-img {
	width: 150px;
	height: 150px;
}

#molakhass {
	width: 100%;
	padding: 25px 0 25px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.container {
	width: 90%;
	height: 800px;
	background: #DB4E23;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
	margin: 15px 0 15px 0;
}

#molakhas-container-text {
	font-size: 45px;
	color: #fff;
	margin: 0 0 25px 0;
}

.molakhas-list {
	height: 75%;
	width: 90%;
	background: #424242;
	border: solid 1px black;
	border-radius: 10px;
	overflow-x: hidden;
	overflow-y: auto;
}

.molakhas {
	width: 100%;
	display: flex;
	border: solid 1px black;
}

.molakhas-name-container {
	width: 75%;
	height: 60px;
	background: rgba(50, 50, 50, 1.0);
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.molakhas-credit-container {
	width: 25%;
	height: 60px;
	background: #fff;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.molakhas-t {
	border-radius: 15px 15px 0 0;
}

.molakhas-b {
	border-radius: 0 0 15px 15px;
}

.molakhas-name {
	font-size: 22px;
	color: #fff;
	transition: all 300ms ease-in-out;
}

.molakhas-credit {
	font-size: 18px;
}

.molakhas-name:hover {
	transform: translateY(-5px);
	color: rgba(250, 153, 28, 1.0);
}

.molakhas-name-container:hover {
	background: rgba(21, 21, 21, 1.0);
}

@media (max-width: 425px) {

	#cover {
		height: 160px;
		background: url("cover_img_phone.png");
	}

	#cover-img {
    	width: 64px;
    	height: 64px;
	}

	#cover-text h1 {
    	font-size: 26px;
	}

	#cover-text p {
    	font-size: 12px;
    	line-height: 18px;
	}

	#cover-text hr {
	    width: 80%;
	    height: 5px;
	    margin: 10px 0 10px 0;
	}

	#cover-text {
    	width: 300px;
    	transform: translateX(-30px);
	}

	#molakhas-container-text {
	    font-size: 18px;
	    margin: 0 0 15px 0;
	}

	.molakhas-credit-container {
    	height: 25px;
	}

	.molakhas-name-container {
    	height: 25px;
	}

	.container  {
		height: 450px;
		border-radius: 5px;
	}

	.molakhas-name {
    	font-size: 8px;
	}

	.molakhas-credit {
    	font-size: 6px;
	}

	.molakhas-list {
		width: 100%;
	}

	

}

@media (max-width: 375px) {

	#cover-text hr {
    	width: 90%;
    	height: 3px;
    	margin: 8px 0 8px 0;
    }

    #cover-img {
	    width: 56px;
	    height: 56px;
	}

	#cover-text h1 {
    	font-size: 22px;
	}

	#cover-text {
	    width: 208px;
	    transform: translateX(-15px);
	}

	.molakhas-credit-container {
    	height: 15px;
	}

	.molakhas-name-container {
    	height: 15px;
	}

	#molakhas-container-text {
	    font-size: 14px;
	    margin: 0 0 10px 0;
	}

	.molakhas-name {
    	font-size: 6px;
	}

	.molakhas-credit {
    	font-size: 5px;
	}

	.container {
    	height: 350px;
	}

	.molakhas-list {
		border: black solid 0.05px;
	}

}