@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400');

body {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
  background-color: #EBEBE3;
zoom: 250%;
}


.container {
  display: flex;
  justify-content: center;
}

.iphone2 {
  background-color: #F7F7F7;
  /*margin: 10px;*/
  height: 447px;
  width: 450px;
  box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
  /*transform: scale(0.9);*/
  transform-origin: top center;
  border-radius: 4px;
}

.header {
  height: 41%;
  background-color: #44B0A0;
  border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  z-index: 1;
   overflow: hidden;
}

.header::before{
  content:"";
  height: 200px;
  width: 200px;
  background-color: #53b5a8;
  border-radius: 50%;
  position:absolute;
  top: -60px;
  left: -100px;
  z-index: 2;
}

.header::after {
  content:"";
  height: 120px;
  width: 120px;
  background-color: #53b5a8;
  border-radius: 50%;
  position:absolute;
  right: -20px;
  bottom: -30px;
  z-index: -2;
 
}

.header-summary {
  display: flex;
  flex-direction: column;
font-family: 'Montserrat', sans-serif;
  color: white;
  z-index: 3;
}

.summary-text {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 1.2rem;
}

.summary-balance {
  font-size: 2rem;
  letter-spacing: 1.5px;
  margin-bottom: 0.8rem;
  
}

.summary-text-2 {
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.user-profile {
  margin-top: 3rem;
  height: 70px;
  width: 70px;
  align-self: flex-start;
}

.user-photo {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px solid white;
  box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.2);
}

.content {
  z-index: 4;
  position: absolute;
  top: 180px;
  margin-left:20px;
  margin-top: 22px;
  display:flex;
  flex-direction:column;
  width:85%;
}

.card {
font-family: 'Montserrat', sans-serif;
  align-self: stretch;
  background-color: white;
  border-radius: 12px;
  display: flex;
  flex-direction:column;
   box-shadow: 0 14px 28px rgba(0,0,0,0.02), 0 10px 10px rgba(0,0,0,0.0);
}

.upper-row {
  display: flex;
  justify-content: space-evenly;
  /*padding-bottom: 25px;*/
  padding-top: 10px
}

.card-item {
  margin: 20px;
  display: flex;
  flex-direction: column;
}

.card-item span:first-child {
  font-size: 0.7rem;
  font-weight: bold;
  margin-bottom:10px;
}

.card-item span:last-child {
  font-size: 1.2rem;
  font-weight: 300;
}

.drawer {
  display:flex;
  background-color: white;
  height:80px;
  position:absolute;
  bottom: 0px;
  width: 100%;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  z-index: 5;
  justify-content: space-evenly;
  align-items: center;
}

.menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  /*background-color: #FFC168;*/
  background-color: #FF5252;
  color: white;
  top: -30px;
  position: absolute;
  transform: rotate(-45deg);
  border-radius: 30px;
  box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.2);
  cursor: pointer;
  transition: all 0.1s;
  opacity: 0.9;
}

.menu-btn:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.menu-btn i{
  font-size: 1.5em;
  transform: rotate(45deg);
  
}

.footer {
  margin-top: 20px;
  text-align: center;
}

.transaction:hover {
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.status-light{
  position: absolute;
  bottom: 2px;
  right: 2px;
  border-radius:30px;
  width:8px;
  height:8px;
}













.iphone-border {
	position:relative;
	width:283px;
	height:598px;
	margin:60px auto 70px;
	padding:7px;
	
	-moz-border-radius:			45px;
  -webkit-border-radius:	45px;
  border-radius:					45px;
}


.iphone-border .power {
	display:block;
	position:absolute;
	top:-3px;
	left:51px;
	height:2px;
	width:48px;
	
	background: #807f83; /* Old browsers */
	background: -moz-linear-gradient(left,  #807f83 0%, #c8cac9 1%, #a3a5a4 4%, #909291 5%, #9ea09f 93%, #abadac 94%, #c8cac9 99%, #807f83 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#807f83), color-stop(1%,#c8cac9), color-stop(4%,#a3a5a4), color-stop(5%,#909291), color-stop(93%,#9ea09f), color-stop(94%,#abadac), color-stop(99%,#c8cac9), color-stop(100%,#807f83)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #807f83 0%,#c8cac9 1%,#a3a5a4 4%,#909291 5%,#9ea09f 93%,#abadac 94%,#c8cac9 99%,#807f83 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #807f83 0%,#c8cac9 1%,#a3a5a4 4%,#909291 5%,#9ea09f 93%,#abadac 94%,#c8cac9 99%,#807f83 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #807f83 0%,#c8cac9 1%,#a3a5a4 4%,#909291 5%,#9ea09f 93%,#abadac 94%,#c8cac9 99%,#807f83 100%); /* IE10+ */
	background: linear-gradient(to right,  #807f83 0%,#c8cac9 1%,#a3a5a4 4%,#909291 5%,#9ea09f 93%,#abadac 94%,#c8cac9 99%,#807f83 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#807f83', endColorstr='#807f83',GradientType=1 ); /* IE6-9 */
	
	border-top:1px solid #e0e2e1;
	
	-moz-border-radius:			1px 1px 0px 0px;
  -webkit-border-radius:	1px 1px 0px 0px;
  border-radius:					1px 1px 0px 0px;
}

.iphone-border .ringer,
.iphone-border .volume {
	display:block;
	position:absolute;
	left:-3px;
	width:2px;
	
	background: #6e706f; /* Old browsers */
	background: -moz-linear-gradient(top,  #6e706f 0%, #c3c5c4 3%, #949695 5%, #a9abaa 96%, #b7b9b8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6e706f), color-stop(3%,#c3c5c4), color-stop(5%,#949695), color-stop(96%,#a9abaa), color-stop(100%,#b7b9b8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6e706f 0%,#c3c5c4 3%,#949695 5%,#a9abaa 96%,#b7b9b8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6e706f 0%,#c3c5c4 3%,#949695 5%,#a9abaa 96%,#b7b9b8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6e706f 0%,#c3c5c4 3%,#949695 5%,#a9abaa 96%,#b7b9b8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6e706f 0%,#c3c5c4 3%,#949695 5%,#a9abaa 96%,#b7b9b8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e706f', endColorstr='#b7b9b8',GradientType=0 ); /* IE6-9 */

	border-left:1px solid #d8dad9;
	
	-moz-border-radius:			1px 0px 0px 1px;
  -webkit-border-radius:	1px 0px 0px 1px;
  border-radius:					1px 0px 0px 1px;
}

.iphone-border .ringer {
	top:85px;
	height:27px;
}

.iphone-border .volume {
	height:21px;
}

.iphone-border .volume.up {
	top:143px;
}

.iphone-border .volume.down {
	top:194px;
}


.iphone {
	position:relative;
	left:-1px;
	top:-1px;
	background:#535150;
	margin:0px auto;
	width:283px;
	height:598px;
	border:1px solid #9E9E9E;
	font-family:Arial, Helvetica, sans-serif;
	
	box-shadow:0px 0px 1px 1px #9E9E9E, 0px 0px 0px 3px #535150;
	
	-moz-border-radius: 		40px;
  -webkit-border-radius: 	40px;
  border-radius: 					40px;
}

.iphone .speaker {
	display:block;
	background:url("speak.png"), #262526;
	height:5px;
	width:50px;
	margin:44px auto 0px;
	
	box-shadow:0px 2px 2px 3px #656363, 0px 0px 0px 3px #454545;
	
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.iphone .speaker:before {
	content:"";
	display:block;
	margin:0 auto;
	position:relative;
	top:-22px;
	
	background:url("camara.png");
	
	height:4px;
	width:4px;
	
/*	-moz-box-shadow:    inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;*/
  box-shadow:          2px 3px 2px 0px #787878, 0px 0px 0px 4px #2f2f2f;

	-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.iphone .speaker:after {
	content:"";
	display:block;
	background:#575757;
	height:7px;
	width:7px;
	position:relative;
	left:-19px;
	top:-5px;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}


.iphone > .home {
	height:55px;
	width:55px;
	display:block;
	margin:10px auto;
	background:#4B4D4B;
	box-shadow: inset 0px -187px 0px -160px #555954;
	border:1px solid #6F6F6F;

	-moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
}

.iphone > .home:after {
	content:"";
	display:block;
	height:17px;
	width:17px;
	margin:19px auto;
	
	box-shadow:2px 2px 1px #6F6F6F, 0px 0px 0.1px 1px #6F6F6F, -1px 0px 0.1px #6F6F6F, 0px 0px 0px 2px #6F6F6F;
	
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.iphone .screen {
	background:#2a2a2a;
	width:270px;
	height:447px;
	margin:29px auto 5px;
	padding:1px;
	
	box-shadow: 0px 0px 0px 1px #1d1d1d;
	
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}


/*
General Screen Styles
*/

.iphone .screen .top-bar {
	text-align:center;
	font-size:10px;
	padding:1px 3px 2px;
}

.iphone .screen .top-bar .signal,
.iphone .screen .top-bar .wifi {
	float:left;
}

.iphone .screen .top-bar .wifi {
	height:10px;
	width:10px;
	position:relative;
	left:5px;
	top:-1px;
	overflow:hidden;
	
	-webkit-transform: 	rotate(45deg);
	-moz-transform: 		rotate(45deg);
	-ms-transform: 			rotate(45deg);
	-o-transform: 			rotate(45deg);
}

.iphone .screen .top-bar .wifi hr {
	border:none;
	padding:0px;
	margin:0px;
	position:relative;
	top:7px;
	left:7px;
	height:6px;
	width:6px;
	background:#fff;
	
	-moz-border-radius: 		10px;
  -webkit-border-radius: 	10px;
  border-radius: 					10px;
}

.iphone .screen .top-bar .wifi hr:before {
	content:"";
	display:block;
	height:8px;
	width:8px;
	position:absolute;
	left:-3px;
	top:-3px;
	border:2px solid #fff;
	-moz-border-radius: 		10px;
  -webkit-border-radius: 	10px;
  border-radius: 					10px;
}

.iphone .screen .top-bar .wifi hr:after {
	content:"";
	display:block;
	height:14px;
	width:14px;
	position:absolute;
	left:-6px;
	top:-6px;
	border:2px solid #fff;
	-moz-border-radius: 		10px;
  -webkit-border-radius: 	10px;
  border-radius: 					10px;
}

.iphone .screen .top-bar .time {
	position:relative;
	left:6px;
	font-weight:bold;
	font-size:9px;
}

.iphone .screen .top-bar .battery {
	float:right;
	font-size:9px;
	position:relative;
	top:2px;
}

.iphone .screen .top-bar .battery:after {
	content:"";
	display:block;
	height:6px;
	width:17px;
	background:#fff;
	float:right;
	margin:2px 3px 0px 6px;
	
	box-shadow:0px 0px 0px 1px rgba(255,255,255,0.7);
}

.iphone .screen .top-bar .battery:before {
	content:"";
	display:block;
	height:2px;
	width:1px;
	background:rgba(255,255,255,0.9);
	float:right;
	position:relative;
	top:4px;
	right:2px;
	
	box-shadow:0px 0px 0px 1px rgba(255,255,255,0.3);
}

/*
Home Screen
*/

.iphone .screen .home {
	height:100%;
	width:100%;
	position:relative;
	
	background: #161d3c; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #161d3c 0%, #16547b 40%, #05abe0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#161d3c), color-stop(40%,#16547b), color-stop(100%,#05abe0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #161d3c 0%,#16547b 40%,#05abe0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #161d3c 0%,#16547b 40%,#05abe0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #161d3c 0%,#16547b 40%,#05abe0 100%); /* IE10+ */
	background: linear-gradient(135deg,  #161d3c 0%,#16547b 40%,#05abe0 100%); /* W3C */
}

.iphone .screen .home .bg {
	position:absolute; 
	left:0px; 
	top:0px; 
	height:100%; 
	width:100%;
	overflow:hidden;
}
