body, html {
  background-color:#E0F7FA;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

/* ------------------------------ navbar------------------------------ */
/** {*/
/*	margin: 0;*/
/*	padding: 0;*/
/*	box-sizing: border-box;*/
/*	transition: all 0.4s;*/
/*	font-family: -apple-system,*/
/*		BlinkMacSystemFont,*/
/*		"Segoe UI",*/
/*		Roboto,*/
/*		Helvetica,*/
/*		Arial,*/
/*		sans-serif,*/
/*		"Apple Color Emoji",*/
/*		"Segoe UI Emoji",*/
/*		"Segoe UI Symbol";*/
/*}*/

/*.container {*/
/*	margin-left: 5%;*/
/*	margin-right:5%;*/

/*}*/

/* Navbar section */

/*.nav {*/
/*	width: 100%;*/
/*	height: 65px;*/
/*	position: fixed;*/
/*	line-height: 65px;*/
/*	text-align: center;*/
/*z-index: 1;*/
/*	background-color:white;*/
/*}*/

/*.nav div.logo {*/
/*	width: 10px;*/
/*	height: 10px;*/
/*	position: absolute;*/
/*	left: 2%;*/
/*}*/

/*.nav div.logo a {*/
/*	text-decoration: none;*/
	
/*	font-size: 1.8em;*/
/*	text-transform: uppercase;*/
/*}*/

/*.nav div.logo a:hover {*/
/*	color: black;*/
/*}*/

/*.nav div.main_list {*/
/*	width: 600px;*/
/*	height: 65px;*/
/*	float: right;*/
/*}*/

/*.nav div.main_list ul {*/
/*	width: 100%;*/
/*	height: 65px;*/
/*	display: flex;*/
/*	list-style: none;*/
/*}*/

/*.nav div.main_list ul li {*/
/*	width: 120px;*/
/*	height: 65px;*/
/*}*/

/*.nav div.main_list ul li a {*/
/*	text-decoration: none;*/
/*	color:black;*/
	/* line-height: 65px; */

/*	text-transform: uppercase;*/
	
/*}*/

/*.nav div.main_list ul li a:hover {*/
/*	color: blue;*/
/*}*/

/*.nav div.media_button {*/
/*	width: 40px;*/
/*	height: 40px;*/
/*	background-color: transparent;*/
/*	position: absolute;*/
/*	right: 15px;*/
/*	top: 12px;*/
/*	display: none;*/
/*}*/

/*.nav div.media_button button.main_media_button {*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	background-color: transparent;*/
/*	outline: 0;*/
/*	border: none;*/
/*	cursor: pointer;*/
/*}*/

/*.nav div.media_button button.main_media_button span {*/
/*	width: 100%;*/
/*	height: 1px;*/
/*	display: block;*/
/*	background-color: black;*/
/*	margin-top: 9px;*/
/*	margin-bottom: 10px;*/
/*}*/

/*.nav div.media_button button.main_media_button:hover span:nth-of-type(1) {*/
/*	transform: rotateY(180deg);*/
/*	transition: all 0.5s;*/
/*	background-color:black;*/
/*}*/

/*.nav div.media_button button.main_media_button:hover span:nth-of-type(2) {*/
/*	transform: rotateY(180deg);*/
/*	transition: all 0.4s;*/
/*	background-color:black;*/
/*}*/

/*.nav div.media_button button.main_media_button:hover span:nth-of-type(3) {*/
/*	transform: rotateY(180deg);*/
/*	transition: all 0.3s;*/
/*	background-color:black;*/
/*}*/

/*.nav div.media_button button.active span:nth-of-type(1) {*/
/*	transform: rotate3d(0, 0, 1, 45deg);*/
/*	position: absolute;*/
/*	margin: 0;*/
/*}*/

/*.nav div.media_button button.active span:nth-of-type(2) {*/
/*	display: none;*/
/*}*/

/*.nav div.media_button button.active span:nth-of-type(3) {*/
/*	transform: rotate3d(0, 0, 1, -45deg);*/
/*	position: absolute;*/
/*	margin: 0;*/
/*}*/

/*.nav div.media_button button.active:hover span:nth-of-type(1) {*/
/*	transform: rotate3d(0, 0, 1, 20deg);*/
/*}*/

/*.nav div.media_button button.active:hover span:nth-of-type(3) {*/
/*	transform: rotate3d(0, 0, 1, -20deg);*/
/*}*/

/* Home section */

/*.home {*/
/*	width: 100%;*/
/*	height: 100vh;*/
/*	background-color: #ddd;*/
/*}*/

/* Medai qurey section */

/*@media screen and (min-width: 768px) and (max-width: 1250px) {*/

/*	.container {*/
/*		margin: 0;*/
	
/*	}*/

/*}*/

/*@media screen and (max-width:768px) {*/

/*	.container {*/
/*		margin: 0;		*/
/*	}*/


/*	.nav div.main_list {*/
/*		width: 100%;*/
/*		margin-top: 65px;*/
/*		height: 0px;*/
/*		overflow: hidden;*/
/*	}*/

/*	.nav div.show_list {*/
/*		height: 300px;*/
/*	}*/

/*	.nav div.main_list ul {*/
/*		flex-direction: column;*/
/*		width: 100%;*/
/*		height: 200px;*/
/*		top: 80px;*/
/*		right: 0;*/
/*		left: 0;*/
/*	}*/

/*	.nav div.main_list ul li {*/
/*		width: 100%;*/
/*		height: 40px;*/
/*		background-color: white;*/


/*	}*/

/*	.nav div.main_list ul li a {*/
/*		text-align: center;*/
/*		line-height: 40px;*/
/*		width: 100%;*/
/*		height: 40px;*/
/*		display: table;*/
/*	}*/

/*	.nav div.media_button {*/
/*		display: block;*/
/*	}*/
/*}*/






/* ------------------------------skill-card --------------------------------------- */
.main_div{
margin-top: 80px;
}

.skill-card {

  margin-top: 120px;
  margin-bottom: 0%;
  margin-left: 200px;

  transform: translateY(-50%) translateX(-50%);
  padding: 20px;
  width: 15em;
  background-color: aqua;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  cursor: pointer;
}
.skill-card:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.skill-card:hover .skill-card__header {
  height: 40px;
}
.skill-card:hover .skill-card__header .skill-card__icon {
  transform: translateX(-50%) translateY(-50%) scale(3);
}
.skill-card:hover .skill-card__body {
  height: 170px;
}
.skill-card:hover .skill-card__body .skill-card__knowledge li {
  transform: translateX(0);
  transition-timing-function: cubic-bezier(0, 1.5, 1, 1);
  transition-duration: 0.5s;
}
.skill-card:hover .skill-card__body .skill-card__knowledge li:nth-child(1) {
  transition-delay: 0.25s;
}
.skill-card:hover .skill-card__body .skill-card__knowledge li:nth-child(2) {
  transition-delay: 0.5s;
}
.skill-card:hover .skill-card__body .skill-card__knowledge li:nth-child(3) {
  transition-delay: 0.75s;
}
.skill-card:hover .skill-card__body .skill-card__knowledge li:nth-child(4) {
  transition-delay: 1s;
}
.skill-card:hover .skill-card__body .skill-card__knowledge li:nth-child(5) {
  transition-delay: 1.25s;
}
.skill-card:hover .skill-card__body .skill-card__knowledge li:nth-child(6) {
  transition-delay: 1.5s;
}
.skill-card .skill-card__header {
  position: relative;
  background-color:white;
  height: 170px;
  margin: -20px -20px 20px -20px;
  transition: height 0.5s;
  overflow: hidden;
}
.skill-card .skill-card__header .skill-card__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: block;
  width: 160px;
  height: 178px;
  transition: transform 0.5s;
}
.skill-card .skill-card__body {
  height: 40px;
  transition: height 0.5s;
  overflow: hidden;
}
.skill-card .skill-card__body .skill-card__title {
  font-size: 1.4em;
  font-weight: 600;
  text-transform: uppercase;
}
.skill-card .skill-card__body .skill-card__duration {
  color: #9E9E9E;
  font-style: italic;
}
.skill-card .skill-card__body .skill-card__knowledge {
  margin-top: 10px;
  color: #424242;
}
.skill-card .skill-card__body .skill-card__knowledge li {
  margin-top: 5px;
  transition-duration: 0;
  transition-delay: 0.5s;
  transform: translateX(-100%);
}
