 
.container21 {
	min-width: 184px;
	height: 310px;
  background: black;
	 
	transform: translate(-50%, -50%);
	border-radius: 15px;
	border: 3px solid #141414;
	overflow: hidden;
}
.upper,
.inner-shape,
.bottom {
	width: 100%;
	position: absolute;
	left: 0;
}

 
 
.inner-shape,
.bottom {
	 	box-shadow: inset 1px 0px      #31454d;
}

.upper,
.bottom {
	height: 10%;
	background: black;
	 
}
.upper {
	top: 0;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	box-shadow: inset 0 3px 1px #a2ccdd;
}


.circle,
.sound-bar,
.camera {
	position: absolute;
	bottom: 20%;
}
.circle {
	width: 7px;
	height: 7px;
	background: #3f3f3f;
	border-radius: 50%;
}
.one {
	left: 15%;
}
.two {
	left: 20%;
}
.sound-bar {
	width: 41%;
	height: 7px;
	left: 31%;
	background: #464444;
	background: linear-gradient(45deg,
	                #727171 0%, #868282 50%,
		              #504e4e 80%, #5c5252 100%
	);
	border-radius: 5px;
	box-shadow: inset 0 3px 1px #696969;
}
.camera {
	width: 15px;
	height: 15px;
	left: 81%;
	background: #141414;
	border-radius: 50%;
	overflow: hidden; 
  margin-bottom: -5px;
}
.camera::before {
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	left: 45%;
	top: 48%;
	background: #8b8b8b;
	border-radius: 50%;
	transform: translate(-50%, -50%);
  
}
.camera::after {
	content: "";
	width: 30px;
	height: 0px;
	position: absolute;
	left: -22px;
	background: rgba(255,255,255,0.25);
	transform: skewX(-20deg);
	
}

.bottom {
	bottom: 0;
  background-color: #000;
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;
	box-shadow: inset 0px 0px 0px #504f4f;
}




.powerbutton{
background:black;
height:50px;
width:6px;
position:absolute;
top:350px;
left:399px;
border-radius:10px;
}

#controlder{
width:30px;
height:30px;
border-radius:50%;
background:#111111;
margin:15px auto;
box-shadow:inset 0px 0px 10px 0px #1d1c1c;
border:1px solid #363434;
}

.mobile_tools .back_btn{
	position: absolute;
	left: 19%;
	bottom: 2.8%;
	transform: translateX(-20%);
	width: 44px;
	height: 5px;
	font-size: 25px; color: #222222;
	
}
 
.mobile_tools .recent_btn{
	position: absolute;
	left: 98%;
	bottom: .1%;
	transform: translateX(-90%);
	width: 44px;
	height: 5px;color: #222222;
	
}
/*
*			SCREEN SHAPE
=====================================*/
.inner-shape {
	height: 80%;
	top: 10%;
 
	background: #000;
}
.shadow-left {
	width: 0px;
	height: 100%;
	background: #504f4f;
}
 
.screen {
	width: 90%;
	height: 97%;
	position: absolute;
	top: 2.5%;
	left: 5%;
	background: transparent;
}
 
 .slider04 {
	width: 100%;
	height: 96%;
	position: absolute;
	left: 0;
	top: 1.4%; 
	overflow: hidden;
  
}
.slider04 ul {
	width: 400%;
	height: 100%;
	display: flex;
	animation: slider 20s infinite alternate;
}
.slider04 ul li {
	padding-top: 0em;
	list-style-type: none;
	width: 100%;
	height: 141%;
	color: #fff;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}
.slider04 ul li:nth-child(1) {
	background: url("../img/Screen\ Shot\ 11.png") #e8f1f1  fixed ; background-blend-mode: multiply;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.slider04 ul li:nth-child(1) .hour {
	font-size: 4.5em;
}
.slider04 ul li:nth-child(1) .date {
	font-size: 0.9em;
}
.slider04 ul li:nth-child(2) {
	background: url("../img/Screen\ Shot\ 21.png") #e8f1f1  fixed ; background-blend-mode: multiply;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.slider04 ul li:nth-child(3) {
	background: url("../img/Screen\ Shot\ 41.png") #e8f1f1  fixed ; background-blend-mode: multiply;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.slider04 ul li:nth-child(4) {
	background: url("../img/Screen\ Shot\ 51.png") #e8f1f1  fixed ; background-blend-mode: multiply;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.icon-slider {
	font-size: 4em;
	padding-bottom: 25px;
}
@keyframes slider {
	0% {
		margin-left: 0;
	}
	20% {
		margin-left: 0;
	}
	25% {
		margin-left: -100%;
	}
	45% {
		margin-left: -100%;
	}
	50% {
		margin-left: -200%;
	}
	70% {
		margin-left: -200%;
	}
	75% {
		margin-left: -300%;
	}
	100% {
		margin-left: -300%;
	}

}


 
.multitask {
	padding: 0 50px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #bebebe;
	display: flex;
	justify-content: space-around;
}
.multitask i {
	line-height: 30px;
	color: #525252;
}

@media only screen and (max-width: 771px) {
  .slider04 {
	width: 100%;
	height: 96%;
	position: absolute;
	left: 0;
	top: 1.4%; 
	overflow: hidden;
   
}
.slider4 {
	width: 100%;
	height: 96%;
	position: absolute;
	left: 0;
	top: 1.4%; 
	overflow: hidden; padding:0 10px 0 10px; 
   
}
  .container21 {
 
    min-width: 244px;
	height: 424px; 
	 
margin-top: 241px;
margin-left: 50%;
margin-bottom: -210px;box-shadow:20px 20px 20px rgba(0,0,0,0.6);
box-shadow: inset 1px 1px     #31454d; 
}

.slider ul li {
	padding-top: 0em;
	list-style-type: none;
	width: 100%;
	height: 148%;
	color: #fff;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}




#controlder{
width:30px;
height:30px;
border-radius:50%;
background:#111111;
margin:34px auto;
box-shadow:inset 0px 0px 10px 0px #1d1c1c;
border:1px solid #363434;
}




.mobile_tools .back_btn{
	position: absolute;
	left: 19%;
	bottom: -1.0%;
	transform: translateX(-20%);
	width: 41px;
	height: 5px;
	font-size: 25px; color: #222222;
	
}
 
.mobile_tools .recent_btn{
	position: absolute;
	left: 95%;
	bottom: -3.4%;
	transform: translateX(-90%);
	width: 41px;
	height: 5px;color: #222222;
	
}

.multitask4 {
	padding: 0 50px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #bebebe;
	display: flex;
	justify-content: space-around;
}
.multitask4 i {
	line-height: 30px;
	color: #525252;
}

.bottom4 {
	bottom: 0;background-color: #000;
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;
	box-shadow: inset 0px 1px      #31454d;
}
}

@media only screen and (min-width: 772px) {
  .slider4 {
	width: 100%;
	height: 96%;
	position: absolute;
	left: 0;
	top: 1.4%; 
	overflow: hidden;
  display: none;
}
.container21 {

  min-width: 244px;
	height: 334px;

  margin-top: 171px;
margin-left: 90%;
margin-bottom: -158px;
box-shadow: inset 1px 0px       #31454d;
}

.bottom4 {
	bottom: 0;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	box-shadow: inset 2px 0px   #504f4f;
}
}
 
 