@font-face {
	font-family: 'PoppinsBold';
	src: url("../fonts/PoppinsBold.eot");
	src: url("../fonts/PoppinsBold.eot") format("embedded-opentype"), url("../fonts/PoppinsBold.woff2") format("woff2"), url("../fonts/PoppinsBold.woff") format("woff"), url("../fonts/PoppinsBold.ttf") format("truetype"), url("../fonts/PoppinsBold.svg#PoppinsBold") format("svg");
	font-weight: normal;
	font-style: normal; }
@font-face {
	font-family: 'PoppinsMedium';
	src: url("../fonts/PoppinsMedium.eot");
	src: url("../fonts/PoppinsMedium.eot") format("embedded-opentype"), url("../fonts/PoppinsMedium.woff2") format("woff2"), url("../fonts/PoppinsMedium.woff") format("woff"), url("../fonts/PoppinsMedium.ttf") format("truetype"), url("../fonts/PoppinsMedium.svg#PoppinsMedium") format("svg");
	font-weight: normal;
	font-style: normal; }
@font-face {
	font-family: 'PoppinsRegular';
	src: url("../fonts/PoppinsRegular.eot");
	src: url("../fonts/PoppinsRegular.eot") format("embedded-opentype"), url("../fonts/PoppinsRegular.woff2") format("woff2"), url("../fonts/PoppinsRegular.woff") format("woff"), url("../fonts/PoppinsRegular.ttf") format("truetype"), url("../fonts/PoppinsRegular.svg#PoppinsRegular") format("svg");
	font-weight: normal;
	font-style: normal; }
@font-face {
	font-family: 'PoppinsSemiBold';
	src: url("../fonts/PoppinsSemiBold.eot");
	src: url("../fonts/PoppinsSemiBold.eot") format("embedded-opentype"), url("../fonts/PoppinsSemiBold.woff2") format("woff2"), url("../fonts/PoppinsSemiBold.woff") format("woff"), url("../fonts/PoppinsSemiBold.ttf") format("truetype"), url("../fonts/PoppinsSemiBold.svg#PoppinsSemiBold") format("svg");
	font-weight: normal;
	font-style: normal; }
@font-face {
	font-family: 'PoppinsBlack';
	src: url("../fonts/PoppinsBlack.eot");
	src: url("../fonts/PoppinsBlack.eot") format("embedded-opentype"), url("../fonts/PoppinsBlack.woff2") format("woff2"), url("../fonts/PoppinsBlack.woff") format("woff"), url("../fonts/PoppinsBlack.ttf") format("truetype"), url("../fonts/PoppinsBlack.svg#PoppinsBlack") format("svg"); }
*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'PoppinsRegular', sans-serif;
	color: #000;
	background: #fff;
}

a {
	text-decoration: none;
	color: #000;
	outline: none;
}

a:hover,
a:focus {
	color: #1d48f3;
	outline: none;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

/* Icons */
.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}

.view {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	overflow: hidden;
	height: 100vh;
	margin: 0 0 0 215px;
}

.main-section {
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 4rem;
}

.main-section-bg{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.content-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	padding-top: 11vh;
}

.left-side{
	position: relative;
	width: 60%;
	min-width: 60%;
}

.right-side{
	width: 40%;
	min-width: 40%;
	padding-left: 64px;
}

.header-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-header{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	width: 300px;
	padding: 20px 15px 20px 0;
}

.active-projects .page-header{
	pointer-events: none;
}

.active-projects .page-header:before{
	pointer-events: none;
}

.page-header:before{
	content: '';
	background: #000;
	width: calc(100% + 4rem);
	height: 100%;
	position: absolute;
	left: -4rem;
	top: 0;
	transform: translate3d(-100%,0,0) translate3d(2rem,0,0);
	transition: transform 0.3s;
	pointer-events: auto;
}

@media screen and (min-width: 992px){
	.page-header:hover::before {
		transform: translate3d(0,0,0);
	}

	.page-header:hover .page-header-title {
		color: #fff;
	}

	.page-header:hover .social {
		opacity: 1;
		pointer-events: auto;
	}
}

.page-header-title{
	margin: 0;
	font-family: 'PoppinsBold', sans-serif;
	/*font-family: 'Poppins', sans-serif;*/
	font-size: 23px;
	font-weight: 600;
	z-index: 1;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s
}

.social-item {
	display: flex;
	align-items: center;
	font-size: 12px;
	margin: 0 6px;
}

.social-item-link {
	display: flex;
	align-items: center;
	color: #fff;
}

.icon-github {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto;
	fill: #fff;
}

.icon-envelope {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto;
	fill: #fff;
}

@media screen and (min-width: 991px){
	.page-header:hover .social {
		opacity: 1;
		pointer-events: auto;
	}
}

.intro-section{
	padding-right: 50px;
	font-size: 6vh;
}

.intro-section p{
	margin: 0;
}

.intro-section span{
	color: #f73378;
	font-weight: bold;
}

.about-section h3{
	margin-top: 0;
    font-size: 3vh;
}

.about-section p{
	margin-top: 0;
	font-size: 2vh;
}

@media screen and (min-width: 992px){
	.about-section{
		padding: 0 6px;
	}

	.resume a{
		transition: color 0.3s;
	}

	.resume a:before{
		content: '';
		background: #000;
		width: calc(100%);
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		transform: translate3d(-100%, 0, 0) translate3d(0rem, 0, 0);
		transition: transform 0.3s;
		pointer-events: auto;
		z-index: -1;
	}

	.resume a:hover::before{
		transform: translate3d(0,0,0);
	}

	.resume a:focus::before{
		transform: translate3d(0,0,0);
	}
}

.resume a{
	position: relative;
	display: inline-block;
	margin-top: 0;
	padding: 0 6px;
	font-size: 3vh;
	color: #000;
	z-index: 1;
	overflow: hidden;
}


/* Top Navigation Style */

.btn {
	border: none;
	background: none;
}

.btn:focus {
	outline: none;
}

.btn--back {
	font-size: 1.5em;
	position: fixed;
	z-index: 1002;
	opacity: 0;
	color: #6c7d8c;
	top: 16px;
	right: 14px;
	width: 35px;
	height: 35px;
}

.btn--back .icon.icon-cross{
	left: auto;
	right: 7px;
	-webkit-transform: translateX(0) rotate(-90deg);
	transform: translateX(0) rotate(-90deg);
	width: 20px;
	color: #fff;
}

.btn-menu{
	padding: 1px 6px;
	position: relative;
	overflow: hidden;
}

.btn-menu span{
	display: inline-block;
	font-family: 'PoppinsBold', sans-serif;
	transition: color 0.3s;
}

.btn-menu:before{
	content: '';
	background: #000;
	width: calc(100%);
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate3d(-100%, 0, 0) translate3d(0rem, 0, 0);
	transition: transform 0.3s;
	pointer-events: auto;
	z-index: -1;
}

.about{
	position: absolute;
	top: 0;
	left: 6px;
	opacity: 0;
}

@media screen and (min-width: 992px){
	.btn-menu:hover span{
		color: #fff;
	}

	.btn-menu:hover::before{
		transform: translate3d(0,0,0);
	}
}

/* Content */
.tabscontent {
	pointer-events: none;
}

.tabscontent__item {
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	opacity: 0;
}

.tabscontent__item--current,
.tabscontent__item--current ~ .btn--back {
	pointer-events: auto;
}

.column {
	width: 30vw;
}

.column__title {
	color: #ff764b;
}

.column__text {
	font-size: 2em;
	font-weight: normal;
	margin: 0;
	color: #fff4d7;
}

/* Individual demos */

a {
	color: #fff;
}

a:hover,
a:focus {
	color: #fff;
}

.view {
	margin: 0;
}


.btn--back .icon {
	transform: rotate(-90deg);
}

.box {
	display: block;
	position: relative;
	width: 40vw;
	min-width: 300px;
	height: calc(90vh - 120px);
	margin-top: 40px;
	background: #0e0b94;
}

.box .item-img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.box .item-img:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	opacity: .57;
	-webkit-transition: -webkit-transform 1s cubic-bezier(.2,1,.8,1);
	transition: -webkit-transform 1s cubic-bezier(.2,1,.8,1);
	transition: transform 1s cubic-bezier(.2,1,.8,1);
	transition: transform 1s cubic-bezier(.2,1,.8,1),-webkit-transform 1s cubic-bezier(.2,1,.8,1);
}

.box:hover .item-img:before{
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

.box__title {
	font-family: 'PoppinsBold', sans-serif;
	font-weight: normal;
	font-size: 11vh;
	position: absolute;
	bottom: 0;
	left: -1em;
	margin: 0;
	color: #fff;
	z-index: 1;
}

.tabscontent__item.sunevent-pr .box .item-img:before {
	background-image: url(../img/sunEvent-img-n.jpg);
}
.tabscontent__item.oneciti-pr .box .item-img:before {
	background-image: url(../img/work4-img.png);
}

.tabscontent__item.lt-pr .box .item-img:before {
	background-image: url(../img/work3-img.jpg);
}

.tabscontent__item.utos-pr .box .item-img:before {
	background-image: url(../img/work1-img.jpg);
}
.tabscontent__item.carter-pr .box .item-img:before {
	background-image: url(../img/carter-img.jpg);
}

.tabsnav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

.tabsnav--hidden {
	pointer-events: none;
	visibility: hidden;
}

.tabsnav__item {
	height: 50px;
	position: relative;
	cursor: pointer;
}

.tabsnav__item.active .tabsnav__title{
	display: none;
}

.tabsnav__item.active .tabsnav__subtitle{
	display: flex;
}

.tabsnav__bar {
	background: currentColor;
	width: 100%;
	height: 100%;
	position: absolute;
	pointer-events: none;
}

.tabsnav__title {
	position: relative;
	cursor: pointer;
	margin: 0;
	height: 100%;
	font-weight: normal;
	line-height: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	pointer-events: none;
	padding: 0 50px;
}

.tabsnav__subtitle {
	display: none;
	position: relative;
	cursor: pointer;
	margin: 0;
	height: 100%;
	font-weight: normal;
	line-height: 1;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	pointer-events: none;
	padding: 22px 50px 0;
	color: #fff;
}

/* Vertical Menu */
.tabsnav--vertical {
	display: flex;
	width: auto;
	height: 100%;
}

.tabsnav--vertical .tabsnav__item {
	flex: none;
	width: 50px;
	height: 100%;
}

.tabsnav--vertical .tabsnav__title {
	transform: rotate(-90deg);
}

.tabsnav--ibai {
	top: 139px;
}

.tabsnav--ibai .tabsnav__item {
	height: 50px;
}

.tabsnav--ibai .tabsnav__bar {
	background: #141315;
}

.tabsnav--ibai .tabsnav__title {
	color: #fff;
}

.tabsnav--ibai .tabsnav__item:not(:last-child) {
	margin: 0 0 10px 0;
}

.icon-soc {
	width: 20px;
	height: 20px;
	vertical-align: -0.125em;
}

.icon-soc .git-icon{
	height: 19px;
}

.social-item-link .env-icon,
.social-item-link .git-icon{
	fill: #fff;
}

@media screen and (max-width: 991px) {
	.btn-menu span{
		color: #000
	}
	.view {
		overflow: auto;
		height: auto;
		min-height: calc(100vh - 85px);
		margin: 0;
	}
	.view {
		height: calc(100vh - 92px);
	}
	.main-section {
		flex-direction: column;
		padding: 10px;
	}
	.column__title {
		margin: 1em 0 0;
	}

	.content-wrap{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.left-side{
		width: 100%;
		min-width: 100%;
		margin-bottom: 20px;
	}
	.intro-section{
		padding-right: 0;
		text-align: center;
		font-size: 5vh;
	}
	.right-side{
		padding-left: 0;
		width: 100%;
		min-width: 100%;
		text-align: center;
	}
	.tabsnav {
		background: none;
	}
	.tabsnav--ibai {
		top: 100px;
		min-height: 100%;
	}
	.social {
		opacity: 1;
		pointer-events: auto;
	}
	.social-item-link {
		color: #000;
	}

	.icon-github {
		display: block;
		width: 20px;
		height: 20px;
		margin: 0 auto;
		fill: #000;
	}

	.icon-envelope {
		display: block;
		width: 20px;
		height: 20px;
		margin: 0 auto;
		fill: #000;
	}
	a:hover, a:focus {
		color: #000;
	}
	.box{
		width: 85%;
		min-width: 85%;
		height: calc(70vh - 120px);
	}
	.box__title{
		left: -17px;
		font-size: 32px;
	}

	.social-item-link .env-icon,
	.social-item-link .git-icon{
		fill: #000;
	}
}

@media (min-width: 376px) and (max-width: 991px){
	.intro-section{
		font-size: 26px;
	}
	.about-section p{
		font-size: 16px;
	}
	.about-section h3{
		font-size: 20px;
		margin-bottom: 10px;
	}

	.resume a{
		font-size: 20px;
	}
}

@media (min-width: 501px) and (max-width: 991px){
	.content-wrap{
		padding-top: 20px;
	}
}

@media screen and (max-width: 767px){
	.page-header-title{
		font-size: 21px;
	}
	.social-item {
		margin: 0 9px;
	}
}

@media screen and (max-width: 500px){
	.content-wrap{
		padding-top: 80px;
	}
}

@media screen and (max-width: 375px){
	.page-header{
		width: 100%;
		padding-right: 0;
	}
	.intro-section{
		font-size: 20px;
	}
	.about-section p{
		font-size: 14px;
	}
	.about-section h3{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.resume a{
		font-size: 18px;
	}
}

