/** 
 * ===================================================================
 * 12. resume - (_layout.scss)
 *
 * ------------------------------------------------------------------- 
 */
 :root {
	--darkgray: #373331;
	--pearlwhite: #fff3e1;
	--cyan: #29cdb5;
	--lightcyan: #9bf4d5;
  
	--darkblue: #0f0a3c;
	--navyblue: #07456f;
	--seablue: #009f9d;
	--palesea: #cdffeb;
  }

 #resume {
	padding-top: 12rem;
	padding-bottom: 12rem;
	/* background: #373331; */
	background: url('../images/exp-img.jpg') no-repeat;
}

#resume .resume-header {
	text-align: center;
}
#resume .resume-header h2 {
	color: #29cdb5;
	font-weight: 500;
}

#resume .resume-timeline {
	/* max-width: 980px; */
}
#resume .timeline-wrap {
	position: relative;
	margin-top: 1.5rem;
	margin-bottom: 6rem;
}
#resume .timeline-wrap::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #fff3e1;
	position: absolute;
	left: 35%;
	top: 0;
}
#resume .timeline-block {
	position: relative;
	padding-top: 1.5rem;
}
#resume .timeline-ico {
	height: 4.8rem;
	width: 4.8rem;
	line-height: 4.4rem;
	background: #313131;
	border-radius: 50%;
	text-align: center;
	color: #fff3e1;
	position: absolute;
	left: 35%;
	top: .9rem;
	margin-left: -2.4rem;
	border: 1px solid #fff3e1;
}
#resume .timeline-ico i {
	position: relative;
	left: .05rem;
	top: .2rem;
}

#resume .timeline-header {
	float: left;
	width: 35%;
	padding-right: 90px;
	text-align: right;
}
#resume .timeline-header h3 {
	margin-bottom: 0;
    color: #fff3e1;
	font-weight: 500;
}
#resume .timeline-header p {
	font-family: "poppins-regular", sans-serif;
	font-size: 1.6rem;
	color: #888888;
}
#resume .timeline-content h3 {
	font-family: "poppins-regular", sans-serif;
	font-size: 1.6rem;
	color: #888888;
    margin-top: 0;
}
#resume .timeline-content {
	margin-left: 35%;
	padding-left: 60px;
}
#resume .timeline-content h4 {
	position: relative;
	padding-bottom: 1.6rem;
    font-size: 2.4rem;
    color: #fff3e1;
}
#resume .timeline-content h4::after {
	content: "";
	display: block;
	height: 3px;
	width: 50px;
	background: #fff3e1;
	position: absolute;
	left: 0;
	bottom: 0;
}

/**
 * responsive:
 * resume
 * ------------------------------------------------------------------- 
 */
@media only screen and (max-width:1024px) {
	#resume .timeline-header {
		padding-right: 50px;
	}
	#resume .timeline-header h3 {
		font-size: 1.8rem;
	}
	#resume .timeline-header p li {
		font-size: 1.4rem;
	}
	#resume .timeline-content {
		padding-left: 50px;
	}
}
@media only screen and (max-width:768px) {
	#resume .timeline-wrap::before {
		left: 2.4rem;
	}
	#resume .timeline-ico {
		left: 2.4rem;
	}
	#resume .timeline-header {
		float: none;
		width: auto;
		padding-right: 15px;
		text-align: left;
	}
	#resume .timeline-header h3 {
		font-size: 2rem;
	}
	#resume .timeline-header p li {
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
	}
	#resume .timeline-content {
		margin: 0;
	}
	#resume .timeline-content h4 {
		padding-bottom: 0;
		padding-top: 2.1rem;
		margin-bottom: .6rem;
		font-size: 1.7rem;
	}
	#resume .timeline-content h4::after {
		bottom: auto;
		top: 0;
	}
	#resume .timeline-header, #resume .timeline-content {
		padding-left: 7rem;
	}
}
@media only screen and (max-width:480px) {
	#resume .resume-header h2 {
		font-size: 2.2rem;
	}
	#resume .timeline-wrap::before {
		left: 1.8rem;
	}
	#resume .timeline-ico {
		height: 3.6rem;
		width: 3.6rem;
		line-height: 3.6rem;
		left: 1.8rem;
		margin-left: -1.8rem;
		font-size: 1.5rem;
	}
	#resume .timeline-header, #resume .timeline-content {
		padding-left: 5.5rem;
	}
}

/** 
 * ===================================================================
 * 12. resume - (_layout.scss)
 *
 * ------------------------------------------------------------------- 
 */
 .about {
	padding-top: 12rem;
	padding-bottom: 12rem;
}

.about .resume-header {
	text-align: center;
}
.about .resume-header h2 {
	color: #29cdb5;
	font-weight: 500;
}

.about .resume-timeline {
	/* max-width: 980px; */
}
.about .timeline-wrap {
	position: relative;
	margin-top: 1.5rem;
	margin-bottom: 6rem;
}
.about .timeline-wrap::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #fff3e1;
	position: absolute;
	left: 35%;
	top: 0;
}
.about .timeline-block {
	position: relative;
	padding-top: 1.5rem;
}
.about .timeline-ico {
	height: 4.8rem;
	width: 4.8rem;
	line-height: 4.4rem;
	background: #313131;
	border-radius: 50%;
	text-align: center;
	color: #fff3e1;
	position: absolute;
	left: 35%;
	top: .9rem;
	margin-left: -2.4rem;
	border: 1px solid #fff3e1;
}
.about .timeline-ico i {
	position: relative;
	left: .05rem;
	top: .2rem;
}

.about .timeline-header {
	float: left;
	width: 35%;
	padding-right: 90px;
	text-align: right;
}
.about .timeline-header h3 {
	margin-bottom: 0;
	color: #fff3e1;
}
.about .timeline-header p {
	font-family: "poppins-regular", sans-serif;
	font-size: 1.6rem;
	color: #CCC;
}
.about .timeline-content h3 {
	font-family: "poppins-regular", sans-serif;
	font-size: 1.6rem;
	color: #CCC;
    margin-top: 0;
}
.about .timeline-content {
	margin-left: 35%;
	padding-left: 60px;
}
.about .timeline-content h4 {
	position: relative;
	padding-bottom: 1.6rem;
    font-size: 1.9rem;
	color: #fff3e1;
	text-shadow: 2px 4px 3px rgb(0 0 0 / 90%);
}
.about .timeline-content h4::after {
	content: "";
	display: block;
	height: 3px;
	width: 50px;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #fff3e1;
}


/**
 * responsive:
 * resume
 * ------------------------------------------------------------------- 
 */
@media only screen and (max-width:1024px) {
	.about .timeline-header {
		padding-right: 50px;
	}
	.about .timeline-header h3 {
		font-size: 1.8rem;
	}
	.about .timeline-header p li {
		font-size: 1.4rem;
	}
	.about .timeline-content {
		padding-left: 50px;
	}
}
@media only screen and (max-width:768px) {
	.about .timeline-wrap::before {
		left: 2.4rem;
	}
	.about .timeline-ico {
		left: 2.4rem;
	}
	.about .timeline-header {
		float: none;
		width: auto;
		padding-right: 15px;
		text-align: left;
	}
	.about .timeline-header h3 {
		font-size: 2rem;
	}
	.about .timeline-header p li {
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.about .timeline-content {
		margin: 0;
	}
	.about .timeline-content h4 {
		padding-bottom: 0;
		padding-top: 2.1rem;
		margin-bottom: .6rem;
		font-size: 1.7rem;
		color: #fff3e1;
	}
	.about .timeline-content h4::after {
		bottom: auto;
		top: 0;
	}
	.about .timeline-header, .about .timeline-content {
		padding-left: 7rem;
	}
}
@media only screen and (max-width:480px) {
	.about .resume-header h2 {
		font-size: 2.2rem;
	}
	.about .timeline-wrap::before {
		left: 1.8rem;
	}
	.about .timeline-ico {
		height: 3.6rem;
		width: 3.6rem;
		line-height: 3.6rem;
		left: 1.8rem;
		margin-left: -1.8rem;
		font-size: 1.5rem;
	}
	.about .timeline-header, .about .timeline-content {
		padding-left: 5.5rem;
	}
}

.card {
	margin: 0 10rem 10rem 10rem;
    padding: 50px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  	transition: 0.3s;
	background-color: #eee;
}

.card .skill-list strong {
	color: #999;
}

.card .title {
	margin-top: 3rem;
}

.skills-section {
	margin: 15rem 0 5rem 0;
    padding: 50px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  	transition: 0.3s;
	background-color: #f1e2d7;
}

.skills-section .skill-list strong {
	color: #999;
}

.skills-section .title {
	margin-top: 3rem;
}


.card-container {
	/* border: 2px solid #ccc; */
	background-color: rgba(7, 69, 111, 0.7);
	/* border-radius: 5px; */
	padding: 16px;
	margin: 16px 0;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	margin: 3rem auto 3rem auto;
  }
  
  .card-container::after {
	content: "";
	clear: both;
	display: table;
  }
  
  .card-container img {
	float: left;
	margin-right: 20px;
	border-radius: 50%;
	width:150px;
	margin: 0.9rem 0;
  }
  
  .card-container span {
	font-size: 20px;
	margin-right: 15px;
  }
  
  @media (max-width: 768px) {
	.card-container {
		text-align: center;
		max-width: 90vw;
		margin: 5vh auto;
	}
	.card-container img {
		margin: auto auto 2rem auto;
		float: none;
		display: block;
	}

	.card {
		margin: 0 5rem 10rem 5rem;
	}
  }

  @media (max-width: 500px) {
	.card-container {
		text-align: center;
		max-width: 80vw;
		margin: 5vh auto;
	}
	.card-container img {
		margin: auto;
		float: none;
		display: block;
		margin: auto auto 1.5rem auto;
	}

	.card {
		margin: 0 5rem 10rem 5rem;
	}
  }

#testimonial .resume-header {
	text-align: center;
}
#testimonial .resume-header h2 {
	color: var(--cyan);
	font-weight: 500;
}

#testimonial {
	padding-top: 12rem;
	padding-bottom: 12rem;
	background: url('../images/exp-img.jpg') no-repeat;
}

#sample .resume-header {
	text-align: center;
}
#sample .resume-header h2 {
	color: #E3AE57
}

#sample {
	padding-top: 12rem;
	padding-bottom: 12rem;
}

