/*  Victor Silva Maloyama's CSS library | 2018 v1.0  */

html{
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

@font-face {
	font-family: 'space-grotesk';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../font/spacegrotesk-regular.ttf") format("opentype");;
}

@font-face {
	font-family: 'space-grotesk';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../font/spacegrotesk-semibold.ttf") format("opentype");;
}

body{
	background-color: #000;
	font-family: 'space-grotesk';
	font-weight: 400;
	color: #fff !important;
	padding: 3.75em 0 0 0;
}

::-webkit-scrollbar {
	width: 4px;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #000; 
}

::-webkit-scrollbar-thumb {
	background: #323232;
}

::-webkit-scrollbar-thumb:hover {
	background: #231F20; 
}

.main_title{
	margin: 0.2em auto 0.2em;
	font-size: 5.75em !important;
	line-height: 1.12em;
}

h1{
	font-weight: 600;
	margin: 0.1em auto 0.56em;
	font-size: 3.84em !important;
	line-height: 1.24em;
}

h2{
	margin: 0.2em auto 0.2em;
	font-weight: 600;
	font-size: 1.6em !important;
	line-height: 1.4em;
}

h3{
	margin: 0.2em auto 0.4em;
	font-weight: 600;
	font-size: 1.2em !important;
	line-height: 1.2em;
}

h4{
	margin: 0.2em auto 0;
	font-weight: 400 !important;
	font-size: 1.2em !important;
	line-height: 1.4em;
}

h5{
	margin: 0.2em auto 0.75em;
	font-weight: 400 !important;
	font-size: 0.8em !important;
	letter-spacing: 0.084em;
	text-transform: uppercase;
}

p{
	font-weight: 400;
	font-size: 1em !important;
	line-height: 1.6em;
	margin: 0.2em auto 0.65em;
}

small{
	font-weight: 400;
	font-size: 0.8em !important;
	line-height: 1.76em;
	margin: 0em auto 0.75em;
}

a{
	color: #fff;
}

.less-priority{
	color: #A6A6A6;
}

*::selection {
	background-color: #fff;
	color: #000;
}

.img-text-h1{
	width: auto;
	height: 1.1em;
	vertical-align: bottom;
	padding: 0 0.1em 0;
	margin-bottom: 0.1em;
}

.btn-victor{
	padding: 0.2em 0.6em;
	margin: 0 auto 0;
	display: block;
	background-color: rgb(60, 60, 60, 0) !important;
	border-radius: 2em;
	color: #fff;
	border: none;
	text-align: center;
	width: fit-content;
	font-family: 'space-grotesk';
	font-weight: 600;
	font-size: 1.2em !important;
	line-height: 1.2em;
}

.btn-victor:hover{
	opacity: 0.25;
}

.tag-victor{
	padding: 0.3em 0.8em 0.3em;
	background-color: rgb(60, 60, 60, 0.6) !important;
	border-radius: 2em;
	width: fit-content;
	float: left;
	margin: 0 0.6em 0.6em 0;
}

/* ---------------------------------- COLORS ---------------------------------- */

.grey-1{
	color: #F4F4F4;
}

.grey-2{
	color: #C6C6C6;
}

.grey-3{
	color: #A6A6A6;
}

#loadingWrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 12;
	background-color: #000;
}

#loadingWrap img{
	width: 16em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* ---------------------------------- NAV ---------------------------------- */

#myNav{
	height: 3.375em !important;
	width: 100vw !important;
	max-width: 100vw !important;
	margin: 0 auto;
	padding: 1em 1.7em 0 1.5em;
	box-shadow: none;
	position: fixed;
	top: 0;
	mix-blend-mode: difference;
	z-index: 10;
	background-color: rgb(0, 0, 0, 0) !important;
}

.nav-div{
	width: 33.3%;
	height: 100%;
	float: left;
	padding: 0;
}

.timezone-clock{
	text-align: center;
}

.timezone-clock-mobile{
	display: none;
}

.logo-header{
	margin: 0.36em 0 1.2em 0 !important;
	height: 0.9em;
	cursor: pointer;
	border: 3px;
	float: left;
}

.logo-header:hover{
	opacity: 0.5;
}
/*------------ MAIN CONTENT ----------------------------- */

.container{
	width: 100% !important	;
	max-width: 100% !important;
	padding: 0 1em 4em;
}

.home-container, .about-container{
	display: flex;
	max-width: 1640px !important;
}

.row{
	margin-bottom: 0px !important;
}

hr{
	border-width: 0.2px !important;
	opacity: 0.3;
	margin: 6em 0.64em;
}

.about-cta{
	padding: 4em 0 10.64em !important;
}

.about-item{
	padding: 0 0 3em !important;
}

.about-section{
	padding: 0 0 0.64em;
}

.works-container{
	display: block;
	max-width: 1640px !important;
	padding: 0 1.5em 4em;
}


.row .col{
	padding: 0 0.64em;
}

.left-menu{
	position: fixed;
	height: 100vh;
	width: 25%;
	padding: 0 0.64em 0;
	float: left;
}

.left-menu-links{
	margin: 3em 0;
}

.left-menu-links h3{
	margin: 0.56em 0;
}

.victor-links{
	border: 3px;
	width: fit-content !important;
}

.victor-links:hover{
	opacity: 0.5;
	cursor: pointer;
}

.work-column{
	width: 33.3%;
}

.work-item{
	width: 100%;
	margin: 0;
	padding: 0 0.5em 1.5em;
	display: inline-grid;
}

.work-item:hover{
	opacity: 0.5;
}

.work-wrapper{
	width: 100%;
	padding: 0 0 0.4em 0;
}

.img-small{
	aspect-ratio: 16 / 10;
}

.img-medium{
	aspect-ratio: 16 / 14;
}

.img-large{
	aspect-ratio: 16 / 16;
}

.img-xlarge{
	aspect-ratio: 16 / 18;
}

.work-wrapper img{
	display: block;
	width: 100%; 
	height: 100%; 
	object-fit: cover;
	border-radius: 0.6em;
}

.work-desc{
	margin: 0 0 1em;
}

.work-img{
	border-radius: 0.6em;
	margin: 0 0 0.75em 0;
	width: 100%;
}

.about-work-div{
	padding: 2.4em 0 2.4em;
	margin-bottom: 0;
}

.result-div{
	padding: 4em 2em 2em !important;
	text-align: right;
	border-radius: 36px;
	background: #1E1E1E;
	margin: 1em;
}

.positive-result-text{
	font-size: 9.64em !important;
	color: #79FF63;
	font-weight: 400;
	line-height: 1em;
}

/* ------------------------------ FOOTER ----------------------------- */

footer{
	mix-blend-mode: difference;
	z-index: 10;
	text-decoration: none !important;
	right: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	padding: 0 1.5em 1em;
}	

.footer-links, .footer-language{
	width: 50%;
}

.footer-links{
	float: left;
}

.footer-links h3 {
	display: inline-block;
	margin: 0 0.64em 0 0;
}

.footer-language{
	float: right;
}

.footer-language h3{
	margin: 0;
	float: right;
}

@media only screen and (max-device-width : 1366px){


	@media only screen and (max-device-width : 1024px){
		
		.container{
			margin: 0 auto 0;
			display: block;
			padding: 0 1em 2em;
		}

		.work-column{
			width: 100%;
		}

		.work-item{
			width: 100%;
			margin: 0;
			padding: 0 0em 1.5em;
			display: inline-grid;
		}


		@media only screen and (max-device-width : 416px){


			h1{
				font-size: 2.6em !important;
				line-height: 1.2em;
			}

			h2{
				font-size: 1.6em !important;
				line-height: 1.4em;
			}

			h3{
				font-size: 1.3em !important;
				line-height: 1em;
				margin: 0.24em auto 0.4em;
			}

			h4{
				font-weight: 400 !important;
				font-size: 1.2em !important;
			}

			h5{
				font-weight: 400 !important;
				font-size: 0.84em !important;
			}

			p{
				font-size: 1.1em !important;
				line-height: 1.6em;
			}

			small{
				font-weight: 400;
				font-size: 1em !important;
				line-height: 1.76em;
				margin: 0em auto 0.75em;
			}

			.nav-div{
				width: 50%;
				height: 100%;
				float: left;
				padding: 0;
			}

			.nav-div .btn-victor{
				font-size: 1.28em !important;
			}

			.logo-header{
				margin: 0.42em 0 1.2em 0 !important;
				height: 1em;
				cursor: pointer;
				transition: all 0.34s ease-out;
				border: 3px;
				float: left;
			}

			.timezone-clock{
				display: none;
			}

			.result-div{
				padding: 3em 1.5em 2em !important;
				text-align: right;
				border-radius: 36px;
				background: #1E1E1E;
				margin: 1em;
			}

			.positive-result-text{
				font-size: 7em !important;
				color: #79FF63;
				font-weight: 400;
				line-height: 1em;
			}

			/*------------ MAIN CONTENT ----------------------------- */

			.left-menu{
				position: relative;
				height: fit-content;
				width: 100%;
				padding: 2em 0.75em 0;
				float: left;
			}

			.left-menu-links{
				margin: 3em 0;
			}

			.left-menu-links h3{
				margin: 0.56em 0;
			}

			.victor-links{
				border: 3px;
				width: fit-content !important;
			}

			.victor-links:hover{
				opacity: 0.5;
				cursor: pointer;
			}

			
			.work-item:hover{
				opacity: 0.5;
			}

			.work-wrapper{
				width: 100%;
				padding: 0 0 0.4em 0;
			}

			.img-small{
				aspect-ratio: 16 / 14;
			}

			.img-medium{
				aspect-ratio: 16 / 14;
			}

			.img-large{
				aspect-ratio: 16 / 14;
			}

			.img-xlarge{
				aspect-ratio: 16 / 14;
			}

			.work-wrapper img{
				display: block;
				width: 100%; 
				height: 100%; 
				object-fit: cover;
				border-radius: 0.6em;
			}

			.work-desc{
				margin: 0 0 1em;
			}

			.about-work-div div{
				margin: 0 0 1em 0;
			}

			#myNav{
				padding: 1em 1em 0;
			}

			.nav-div{
				width: 50%;
				height: 100%;
				float: left;
				padding: 0 0em 0;
			}

			.btn-victor{
				padding: 0.12em 0em;
			}

			.about-cta{
				padding: 4em 0 4em !important;
			}

			footer{
				position: relative;
			}	

			footer div{
				display: inline-block;
			}

			.footer-links{
				float: left;
				padding: 0;
			}

			.footer-language{
				float: left;
			}

			.footer-language h3{
				margin: 0;
				float: left;
			}

			.footer-links h3, .footer-language h3 {
				display: block;
				margin: 0.4em 0 0.4em;
			}
		}
	}
}