*{margin: 0; padding: 0;} 

*,
*::before,
*::after{
	box-sizing: border-box;
}
*:focus{
	outline: none;
}
.row{
	display: flex;
	justify-content: space-between;
}
body{
	padding: 0;
	margin: 0;
	background: #000;
	color: white;
	font-family: sans-serif;
	overflow-x: hidden;
	/*overflow-y: hidden;*/
}

a{
	text-decoration: none;
}
img{
	width: 100%;
}

.home .img{
	width: 100%;
	-webkit-filter: grayscale(100%)
	contrast(100%);
	filter: grayscale(100%) contrast(200%)
	brightness(60%);
}

aside{
	position: fixed;
	background: #222;
	top: 0px;
	left: 0px;
	width: 120px;
	height: 100%;
	overflow: none;
	z-index: 10;
	text-align: center;
	padding: 0;
}

aside img{
	filter: grayscale(100%) contrast(50%)
	brightness(100%);
	margin-bottom: 1.5em;
}


aside a{
	display: block;
	padding: 15px 0;
	color: white;
	transform-origin: all 0.35s;
	text-transform: uppercase;
	font-size: 0.75em;
	letter-spacing: 2px;
}

aside p{
	margin: 0;
	padding: 0;
}
aside a{
	position: relative;
}
aside a:hover{
	color: greenyellow;
}
aside a:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: black;
	width: 0%;
	height: 100%;
	z-index: -1;
	transition: .3s ease-in-out;
}
aside a:hover:before{
	width: 100%;
}

.menu a.active-menu{
	color: greenyellow;
}
.menu a.active-menu:before{
	width: 100%;
}


/*****************************************************/
.content{
	width: 70%;
	margin-left: 20%;
}

main{
	max-width: 980px;
	background: #000;
	text-align: right;
	margin-left: 10%;
}

header{
	letter-spacing: 2px;
	position: relative;

}
header div{
	position: absolute;
	transform: rotate(-90deg) translate(0, -50%);
	left: -25%;
	top: 40%;
}

header h1{
	font-weight: bold;
	font-size: 4em;
	letter-spacing: 4px;
}
header h5{
	font-weight: 300;
	font-size: 1em;
	letter-spacing: 4px;
	color: #b2b2b2;
}

main img{
	width: 90%;
}

.about,
.folio,
.contact{
	line-height: 1.5em;
	letter-spacing: 1px;
	font-weight: 300;
}

.about h2,
.resume h2,
.education h2,
.project h2,
.contact h2{
	font-size: 25px;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: line-through;
	padding-bottom: 10px;
	margin: 50px 0 0 0;
	letter-spacing: 4px;
	transform: scaleX(0);
	color: greenyellow;
}

.about p{
	color: #b2b2b2;
}
.about span{
	font-weight: 600;
	color: white;
}
.about h3{
	font-weight: 400;
	font-size: 22px;
	margin-top: 50px;
	margin-bottom: 20px;
}

.name-skills{
	font-weight: bold;
	color: #32ff7e!important;
}
.about .container{
	width: 100%;
	height: 20px;
	background-color: white;
	border-radius: 20px;
}
.about article{
	font-size: 12px;
	margin-bottom: 1em;
}

.skills{
	height: 100%;
	width: 0%;
	text-align: right;
	padding-right: 20px;
	font-size: .8em;
	color: white;
	border-radius: 20px;
	background-image: -webkit-linear-gradient(0deg,#32ff7e 0%,#25CCF7 50%, #3B3B98 100%);
}






/********************************************/
/*RESUME*/
.resume{
	overflow: hidden;
}
.content-resume{
	margin-top: 1em;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.content-resume .col-3{
	position: relative;
	width: 30%;
	margin-bottom: 2rem;
}

.content-resume .col-3 div{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.dowload-my-cv{
	text-align: right;
	margin-top: 20px;
}
.dowload-my-cv .primary-btn{
	padding: 0 10px;
	background: none;
	border: 1px solid #fff;
	font-size: 15px;
}
.dowload-my-cv .primary-btn:before{
	color: #fff;
	padding: 5px 0;
}
.dowload-my-cv .primary-btn span {
	    padding: 5px 0;
}
.dowload-my-cv .primary-btn:hover{
	background: #fff;
}
.dowload-my-cv .primary-btn:hover span{
	color: black;
}

.primary-btn {
    color: #fff;
    background: rgba(255, 255, 255,.5);;
    overflow: hidden;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    border: 1px solid black;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    backface-visibility: hidden;
    transition: all 0.3s ease 0s;
    padding: 0 20px;
}
	.primary-btn span {
	    display: inline-block;
	    padding: 12px 0;
	    opacity: 0;
	    color: #fff;
	    transform: translate3d(10px, 10px, 0);
	    transition: all 0.3s ease 0s;
	    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	}
	.primary-btn:before {
	    content: attr(data-text);
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    padding: 13px 0;
	    transition: all 0.3s ease 0s;
	    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	    color: black;
	    letter-spacing: 1px;
	    font-size: 15px;
	}
.primary-btn:hover {
    background: black;
    border: 1px solid black;
    text-shadow: rgba(0,0,0,.5) 1px 1px 2px;
}
	.primary-btn:hover span {
	    opacity: 1;
	    color: white;
	    transform: translate3d(0, 0, 0);
	}
	.primary-btn:hover span:nth-child(1) {
	    transition-delay: 0.01s;
	}
	.primary-btn:hover span:nth-child(2) {
	    transition-delay: 0.05s;
	}
	.primary-btn:hover span:nth-child(3) {
	    transition-delay: 0.1s;
	}
	.primary-btn:hover span:nth-child(4) {
	    transition-delay: 0.15s;
	}
	.primary-btn:hover span:nth-child(5) {
	    transition-delay: 0.2s;
	}
	.primary-btn:hover span:nth-child(6) {
	    transition-delay: 0.25s;
	}
	.primary-btn:hover span:nth-child(7) {
	    transition-delay: 0.3s;
	}
	.primary-btn:hover span:nth-child(8) {
	    transition-delay: 0.35s;
	}
	.primary-btn:hover span:nth-child(9) {
	    transition-delay: 0.4s;
	}
	.primary-btn:hover span:nth-child(10) {
	    transition-delay: 0.45s;
	}
	.primary-btn:hover span:nth-child(11) {
	    transition-delay: 0.5s;
	}
	.primary-btn:hover span:nth-child(12) {
	    transition-delay: 0.55s;
	}
	.primary-btn:hover span:nth-child(13) {
	    transition-delay: 0.6s;
	}
	.primary-btn:hover span:nth-child(14) {
	    transition-delay: 0.65s;
	}
	.primary-btn:hover span:nth-child(15) {
	    transition-delay: 0.7s;
	}
	.primary-btn:hover:before {
	    opacity: 0;
	    transform: translate3d(0, 100%, 0);
	}

/*****************************************************/
/*EDUCATION*/
.education h2{
	margin-bottom: 1em;
}
.education .one-timeline{
	position: relative;
	margin-bottom: 2em;
}

.education .year{
	width: 40%;
	direction: inline-block;
	font-size: 3em;
	font-weight: bold;
	padding: 1.2em 0;
	text-align: center;
	border: 2px solid white;
}

.education .timeline-content{
	position: absolute;
	left: 36%;
	top: 50%;
	transform: translate(0, -50%);
	background: black;
	padding: 20px 0;
	opacity: 0;
}
.bannerText.education .timeline-content{
	opacity: 1;
}
.education .timeline-content h3{
	margin-bottom: 1em;
	color: #7ed6df;
}
.education .timeline-content h3 small{
	font-size: 16px;
	font-weight: 300;
	color: #b2b2b2;
}


/*****************************************************/
/*PROJECT*/
.project{
	width: 100%;
}
.project h2{
	margin-bottom: 1rem;
}
.one-project{
	margin-bottom: 1.5em;
}
.one-project h3{
	margin-bottom: 0.5em;
}
.one-project h3 a{
	color: black;
}
.one-project > a{
	color: #fff;
}
.bannerText .one-project h3 a{
	color: #48dbfb;
}
.img-project{
	position: relative;
	cursor: pointer;
	transform: perspective(1000px) rotateX(90deg);
	transition: 0.7s ease-in-out;
}
.show-img-project .img-project{
	transform: perspective(1000px) rotate(0);
}
.img-project::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.8) 100%);
	transition: .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.img-project:hover::before{
	opacity: 1;
	visibility: visible;
}
.img-project div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-250%, -50%);
	font-size: 30px;
	font-weight: bold;
	opacity: 0;
	visibility: hidden;
	transition: letter-spacing 0.3s ease-in-out;
}
.img-project div:hover{
	letter-spacing: 3px;
}
.img-project:hover div{
	animation: animate_project .3s ease-in-out forwards;
}
@-webkit-keyframes animate_project{
	0%{
		transform: translate(-250%, -50%);
		opacity: 0;
		visibility: hidden;
	}		
	100%{
		transform: translate(-50%, -50%);
		opacity: 1;
		visibility: visible;
	}	
}




/*****************************************************/
.contact h2{
	margin-bottom: 1em;
}
.go-login{
	width: 100%;
}
.contact-me{
	display: flex;
}
.contact-left{
	width: 50%;
}
.contact-left ul li{
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.contact-left ul li div:nth-child(1){
	font-size: 40px;
	margin-right: 10px;
	width: 60px;
	text-align: center;
	color: #7bed9f;
}
.contact-left ul li div:nth-child(2) #vi-tri{
	font-size: 12px;
}
.contact-left ul li:hover .fa-mobile-alt,
.contact-left ul li:hover .fa-envelope,
.contact-left ul li:hover .fa-map-marker-alt{
	color: greenyellow;
}
.contact-left ul li div:nth-child(2){
	display: table;
	font-size: 14px;
	line-height: 1.3rem;
	align-items: center;
}
.contact-left ul li div:nth-child(2) h3{
	font-size: 18px;
	font-weight: 300;
	cursor: default;
}

.contact-right{
	width: 50%;
	text-align: center;
}
.contact-right h3{
	margin-bottom: 20px;
	color: #7bed9f;
}
.contact-right a{
	margin-left: 10px;
}
.contact-right a i{
	font-size: 30px;
	padding: 5px 10px;
	color: #b2b2b2;
}
.contact-right a i:hover{
	color: greenyellow;
}


footer{
	margin-top: 2em;
	border-top: 1px solid #222;
}

.bottom-bar{
	background: #000;
	font-size: 0.75em;
	text-align: center;
	padding: 15px 0;
}





/*********************************************/
/*Mobile menu*/
.background-black.show-background-black{
	width: 100%;
	height: 100%;
	background: rgba(223, 249, 251,0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8;
}
.mobile-menu-icon{
	opacity: 0;
	visibility: hidden;
	display: inline-block;
	cursor: pointer;
	position: fixed;
	top: 7px;
	left: 7px;
	z-index: 12;
}
.mobile-menu-icon span{
	width: 32px;
	height: 4px;
	background: #fff;
	display: block;
	margin-bottom: 6px;
	box-shadow: 0 1px 2px;
	transition: .5s;
}

.mobile-menu-icon p{
	position: absolute;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	font-family: sans-serif;
	font-weight: bold;
	color: #fff;
	background: black;
	backface-visibility: hidden;
	transition: .5s;
}

.mobile-menu-icon.active-menu span:nth-child(2){
	transform: translateX(-50px);
	opacity: 0;
}
.mobile-menu-icon.active-menu span:nth-child(1){
	transform: rotateY(180deg) rotateZ(45deg) translate(7px, 7px);
}
.mobile-menu-icon.active-menu span:nth-child(3){
	transform: rotateY(180deg) rotateZ(-45deg) translate(7px, -7px);
}


.mobile-menu-icon.active-menu p.mobile-menu{
	transform: rotateY(180deg);
}
.mobile-menu-icon p.close{
	transform: rotateY(180deg);
	font-size: 9px;
}
.mobile-menu-icon.active-menu p.close{
	transform: rotateY(0deg);
	color: #ff7979;
	background: none;
}


@media (max-width: 1155px){
	.contact-left{
		width: 70%;
	}
	.contact-right{
		width: 30%;
	}
}
@media (max-width: 856px){
	header div{
		left: -30%;
		top: 45%;
	}

	.education .timeline-content{
		left: 33%;
		padding: 5px 0;
	}
	.education .timeline-content h3{
		margin-bottom: .5em;
		color: #7ed6df;
		font-size: 16px;
	}
	.education .timeline-content h3 small{
		font-size: 14px;
		font-weight: 300;
		color: #b2b2b2;
	}
	.education .timeline-content p{
		font-size: 14px;
	}

	.contact-left{
		width: 70%;
	}

	.contact-left ul li div:nth-child(1){
		font-size: 35px;
		width: 40px;
	}
	.contact-left ul li div:nth-child(2){
		font-size: 12px;
	}
	.contact-left ul li div:nth-child(2) #vi-tri{
		font-size: 10px;
	}
	.contact-left ul li div:nth-child(2) h3{
		font-size: 16px;
	}
	.contact-right{
		width: 30%;
	}
	.contact-right h3{
		font-size: 15px;
	}
	.contact-right div a i{
		font-size: 20px;
		padding: 2px 5px;
	}

}

@media (max-width: 768px){
	.content{
		width: 70%;
		margin-left: 22%;
	}
	header div{
		left: -30%;
		top: 45%;
	}

	header h1{
		font-size: 3em;
	}
	header h5{
		font-size: 1em;
		color: #b2b2b2;
	}
	.content-resume .col-3{
		width: 40%;
	}
}
@media (max-width: 695px){
	
	.contact-left ul li div:nth-child(2) #vi-tri{
		font-size: 10px;
	}
}
@media (max-width: 675px){
	.mobile-menu-icon{
		opacity: 1;
		visibility: visible;
	}
	.menu{
		width: 50%;
		transform: translateX(-100%);
		transition: .5s;
		overflow-y: scroll;
	}
	.load-web-4.menu{
		transform: translateX(-100%);
		animation: none;
	}
	.menu.show-menu{
	transform: translateX(0);
	}

	aside img{
		width: 85%;
		position: absolute;
		right: 0;
		top: 0;
		filter: grayscale(100%) contrast(50%)
		brightness(100%);
	}
	aside nav{
		margin-top: 90%;
	}
	
	.content{
		width: 100%;
		margin-left: 0%;
		padding: 0 30px;
	}
	header div{
		left: -25%;
		top: 45%;
	}

	.contact-left ul li div:nth-child(2) #vi-tri{
		font-size: 9px;
	}
}
@media (max-width: 550px){
	.contact-me{
		display: block;
	}
	.contact-left,
	.contact-right{
		width: 100%;
	}
	.contact-right h3{
		font-size: 16px;
	}
}

@media (max-width: 530px){
	.education .year{
		font-size: 2.5em;
		padding: 1em 0;
	}

	.education .timeline-content{
		left: 40%;
		padding: 5px 10px;
	}
	.education .timeline-content h3{
		font-size: 14px;
	}
	.education .timeline-content h3 small{
		font-size: 12px;
	}
	.education .timeline-content p{
		font-size: 12px;
	}
}

@media (max-width: 465px){

	.menu{
		width: 100%;
	}
	aside img{
		width: 70%;
		position: absolute;
		right: 0;
		top: 0;
		filter: grayscale(100%) contrast(50%)
		brightness(100%);
	}
	aside nav{
		margin-top: 75%;
		margin-bottom: 10%;
	}

	main{
		margin: auto;
	}
	header div{
		width: 100%;
		left: 50%;
		top: 10%;
		transform: rotate(0) translate(-50%, 0%);
	}
	main img{
		width: 100%;
		margin-top: 25%;
	}
	header h1{
		font-weight: bold;
		font-size: 1.9em;
		letter-spacing: 4px;
	}
	header h5{
		font-weight: 300;
		font-size: 1em;
		letter-spacing: 4px;
		color: #b2b2b2;
	}
	.content-resume .col-3{
		width: 49%;
		margin-bottom: 0;
	}
	.primary-btn{
		font-size: 14px;
		padding: 0 2px;
	}
	.primary-btn span{
		padding: 5px 0;
	}
	.primary-btn:before{
		padding: 5px 0;
		font-size: 14px;
	}	
}
@media (max-width: 405px){
	.contact-left ul li div:nth-child(2){
		width: 80%;
	}
	.dowload-my-cv{
		text-align: center;
	}
}
@media (max-width: 350px){
	.education .year{
		font-size: 2em;
		padding: 1.7em 0;
	}
	.primary-btn,
	.primary-btn:before{
		font-size: 12px;
	}
}
/******************************************************/
/*SCROLL TO TOP*/
#goTop{
    display:none;
    width:60px;
    height:60px;
    position:fixed;
    bottom:20px;
    right:20px;
    cursor: pointer;
    z-index: 20;
	transition: .3s;
}
#goTop img{
	width: 100%;
	transition: none;
}

#goTop span{
	position: absolute;
	width: 110px;
	border-radius: 7px 7px 0 7px;
	text-align: center;
	padding: 5px 0;
	background: white;
	color: black;
	right: 90%;
	bottom: 90%;
	opacity: 0;
	visibility: hidden;
}
#goTop:hover span{
	opacity: 1;
	visibility: visible;
}

@media (max-width: 800px){
	#goTop:hover span{
		opacity: 0;
		visibility: hidden;
	}
}



/******************************************************************************************************************************************************************/
/*ANIMATION LOAD*/
.open
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 10000;
}
.open .layer
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-origin: top;
	animation: open 1s ease-in-out forwards;
}
.open .layer:nth-child(1)
{
	background: #000;
	z-index: 3;
}
.open .layer:nth-child(2)
{
	background: greenyellow;
	animation-delay: .5s;
	z-index: 2;
}
.open .layer:nth-child(3)
{
	background: #03a9f4;
	animation-delay: 1s;
	z-index: 1;
}
@keyframes open
{
	0%
	{
		transform: scaleY(1);
	}
	100%
	{
		transform: scaleY(0);
	}
}



.load-web-1{
	animation: one_animation 1s ease-in-out forwards;
	transform: translateX(100%);
	opacity: 1;
	visibility: visible;
	animation-delay: 1.7s;
}

.load-web-2{
	animation: two_animation 1s ease-in-out forwards;
	transform: translateX(100%);
	opacity: 1;
	visibility: visible;
	animation-delay: 1.7s;
}
.load-web-3{
	animation: three_animation 1.5s ease-in-out forwards;
	transform: translate(100%, -10%);
	opacity: 1;
	visibility: visible;
	animation-delay: 1.7s;
}
.load-web-4{
	animation: four_animation 1s ease-in-out forwards;
	transform: translateX(-100%);
	opacity: 1;
	visibility: visible;
	animation-delay: 2.7s;
}



@-webkit-keyframes one_animation{
	0%{
		transform: translateX(100%);
		opacity: 0;
		visibility: hidden;
	}
	25%{
		transform: translateX(-20%);
		opacity: 1;
		visibility: visible;
	}
	50%{
		transform: translateX(15%);
	}
	75%{
		transform: translateX(-10%);
	}
	90%{
		transform: translateX(5%);
	}
	100%{
		transform: translateX(0);
	}
}

@-webkit-keyframes two_animation{
	0%{
		transform: translateX(100%);
		opacity: 0;
		visibility: hidden;
	}
	100%{
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
}

@-webkit-keyframes three_animation{
	0%{
		transform: translate(100%, 10%);
		opacity: 0;
		visibility: hidden;
	}
	20%{
		transform: translate(-15%, -10%);
		opacity: 1;
		visibility: visible;
	}
	40%{
		transform: translate(15%, 7%);
	}
	55%{
		transform: translate(-10%, 7%);
	}
	70%{
		transform: translate(10%, -10%);
	}
	90%{
		transform: translate(-5%, 5%);
	}
	100%{
		transform: translate(0, 0);
	}
}

@-webkit-keyframes four_animation{
	0%{
		transform: translateX(-100%);
		opacity: 0;
		visibility: hidden;
	}
	100%{
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
}

/******************************************************************************/
.about h3,
.about > div p,
.contact-left p,
.contact-left h3{
	transform: scaleX(0);
}

.bannerText h2,
.bannerText h3,
.bannerText > div p
{
	position: relative;
	display: inline-block;
	transform-origin: left;
	transform: scaleX(0);
	animation: revealTextReverse 1s ease-in-out forwards;
}

.bannerText h2:before,
.bannerText h3:before,
.bannerText > div p:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: white;
	width: 100%;
	height: 100%;
	transform-origin: right;
	animation: revealText 1s ease-in-out forwards;
	animation-delay: 1s;
}
.bannerText h2:before{
	background: greenyellow;
}
.bannerText > div p:before{
	animation-delay: 2s;
}
.bannerText h3:before
{
	animation-delay: 2s;
}
@keyframes revealText
{
	0%
	{
		transform: scaleX(1);
	}
	100%
	{
		transform: scaleX(0);
	}
}
@keyframes revealTextReverse
{
	0%
	{
		transform: scaleX(0);
	}
	100%
	{
		transform: scaleX(1);
	}
}


/********************************************/
/*SKILL*/


.bannerText .html {
    animation: skills_html 1s ease-in-out forwards;
    animation-delay: 1s;
}

.bannerText .css {
    animation: skills_css 1s ease-in-out forwards;
    animation-delay: 1.3s;
}

.bannerText .js {
    animation: skills_js 1s ease-in-out forwards;
    animation-delay: 1.5s;
}

.bannerText .bootstrap {
    animation: skills_bootstrap 1s ease-in-out forwards;
    animation-delay: 1.7s;
}

.bannerText .jq {
    animation: skills_jq 1s ease-in-out forwards;
    animation-delay: 2s;
}

.bannerText .nodejs {
    animation: skills_nodejs 1s ease-in-out forwards;
    animation-delay: 2.3s;
}

.bannerText .reactjs {
    animation: skills_reactjs 1s ease-in-out forwards;
    animation-delay: 2.5s;
}

.bannerText .github {
    animation: skills_github 1s ease-in-out forwards;
    animation-delay: 2.7s;
}


/*SKILL*/

@-webkit-keyframes skills_html {
    from {
        width: 0%;
    }
    to {
        width: 55%;
    }
}

@-webkit-keyframes skills_css {
    from {
        width: 0%;
    }
    to {
        width: 50%;
    }
}

@-webkit-keyframes skills_js {
    from {
        width: 0%;
    }
    to {
        width: 35%;
    }
}

@-webkit-keyframes skills_bootstrap {
    from {
        width: 0%;
    }
    to {
        width: 25%;
    }
}

@-webkit-keyframes skills_jq {
    from {
        width: 0%;
    }
    to {
        width: 30%;
    }
}

@-webkit-keyframes skills_nodejs {
    from {
        width: 0%;
    }
    to {
        width: 35%;
    }
}

@-webkit-keyframes skills_reactjs {
    from {
        width: 0%;
    }
    to {
        width: 35%;
    }
}

@-webkit-keyframes skills_github {
    from {
        width: 0%;
    }
    to {
        width: 40%;
    }
}



/********************************************/
/*RESUME*/

.resume .col-3:nth-child(1),
.resume .col-3:nth-child(4){
	transform: translateX(-300px);
}
.resume .col-3:nth-child(3),
.resume .col-3:nth-child(6){
	transform: translateX(300px);
}
.resume .col-3:nth-child(2),
.resume .col-3:nth-child(5){
	transform: translateY(300px);
}
.resume.bannerText .col-3:nth-child(1),
.resume.bannerText .col-3:nth-child(4){
	animation: rsmot_animation 1s ease-in-out forwards;
}


.resume.bannerText .col-3:nth-child(3),
.resume.bannerText .col-3:nth-child(6){
	animation: rshai_animation 1s ease-in-out forwards;
}
.resume.bannerText .col-3:nth-child(2),
.resume.bannerText .col-3:nth-child(5){
	animation: rsba_animation 1s ease-in-out forwards;
}


.resume.bannerText .col-3:nth-child(4),
.resume.bannerText .col-3:nth-child(5),
.resume.bannerText .col-3:nth-child(6){
	animation-delay: 1s;
}


@-webkit-keyframes rsmot_animation{
	0%{
		transform: translateX(-300px);
		opacity: 0;
		visibility: hidden;
	}
	30%{
		transform: translateX(50px);
		opacity: 1;
		visibility: visible;
	}
	50%{
		transform: translateX(-20px);
	}
	75%{
		transform: translateX(10px);
	}
	100%{
		transform: translateX(0);
	}
}

@-webkit-keyframes rshai_animation{
	0%{
		transform: translateX(300px);
		opacity: 0;
		visibility: hidden;
	}
	30%{
		transform: translateX(-50px);
		opacity: 1;
		visibility: visible;
	}
	50%{
		transform: translateX(20px);
	}
	75%{
		transform: translateX(-10px);
	}
	100%{
		transform: translateX(0);
	}
}

@-webkit-keyframes rsba_animation{
	0%{
		transform: translateY(300px);
		opacity: 0;
		visibility: hidden;
	}
	30%{
		transform: translateY(-50px);
		opacity: 1;
		visibility: visible;
	}
	50%{
		transform: translateY(20px);
	}
	75%{
		transform: translateY(-10px);
	}
	100%{
		transform: translateY(0);
	}
}