/** =================== MONTSERRAT =================== **/

/*
 * Montserrat Z Remix (https://github.com/AndreasZorpidis/Montserrat-Z-Remix/)
 * Based on Montserrat v8.000 (https://github.com/JulietaUla/Montserrat)   
 * Licensed under OFL (https://github.com/AndreasZorpidis/Montserrat-Z-Remix/blob/master/OFL.txt)
 * Description: This version of the font Montserrat has been modified to assure Greek language support using modified glyphs provided by the same font.
 */

/** Montserrat Thin **/
@font-face {
	font-family: "Montserrat Z";
	font-weight: 100;
	font-style: normal;
	src: url("fonts/montserrat-z/MontserratZ-Thin.woff2") format("woff2"),
		url("fonts/montserrat-z/MontserratZ-Thin.woff") format("woff");
}

/** Montserrat ExtraLight **/
@font-face {
	font-family: "Montserrat Z";
	font-weight: 200;
	font-style: normal;
	src: url("fonts/montserrat-z/MontserratZ-ExtraLight.woff2") format("woff2"),
		url("fonts/montserrat-z/MontserratZ-ExtraLight.woff") format("woff");
}

/** Montserrat Light **/
@font-face {
	font-family: "Montserrat Z";
	font-weight: 300;
	font-style: normal;
	src: url("fonts/montserrat-z/MontserratZ-Light.woff2") format("woff2"),
		url("fonts/montserrat-z/MontserratZ-Light.woff") format("woff");
}

/** Montserrat Regular **/
@font-face {
	font-family: "Montserrat Z";
	font-weight: 400;
	font-style: normal;
	src: url("fonts/montserrat-z/MontserratZ-Regular.woff2") format("woff2"),
		url("fonts/montserrat-z/MontserratZ-Regular.woff") format("woff");
}

/** Montserrat Medium **/
@font-face {
	font-family: "Montserrat Z";
	font-weight: 500;
	font-style: normal;
	src: url("fonts/montserrat-z/MontserratZ-Medium.woff2") format("woff2"),
		url("fonts/montserrat-z/MontserratZ-Medium.woff") format("woff");
}

/** Montserrat SemiBold **/
@font-face {
	font-family: "Montserrat Z";
	font-weight: 600;
	font-style: normal;
	src: url("fonts/montserrat-z/MontserratZ-SemiBold.woff2") format("woff2"),
		url("fonts/montserrat-z/MontserratZ-SemiBold.woff") format("woff");
}

/** Montserrat Bold **/
@font-face {
	font-family: "Montserrat Z";
	font-weight: 700;
	font-style: normal;
	src: url("fonts/montserrat-z/MontserratZ-Bold.woff2") format("woff2"),
		url("fonts/montserrat-z/MontserratZ-Bold.woff") format("woff");
}

/** Montserrat ExtraBold **/
@font-face {
	font-family: "Montserrat Z";
	font-weight: 800;
	font-style: normal;
	src: url("fonts/montserrat-z/MontserratZ-ExtraBold.woff2") format("woff2"),
		url("fonts/montserrat-z/MontserratZ-ExtraBold.woff") format("woff");
}

/** Montserrat Black **/
@font-face {
	font-family: "Montserrat Z";
	font-weight: 900;
	font-style: normal;
	src: url("fonts/montserrat-z/MontserratZ-Black.woff2") format("woff2"),
		url("fonts/montserrat-z/MontserratZ-Black.woff") format("woff");
}


p {
	font-weight: 300;
	font-style: italic;
	letter-spacing: .01rem;
	margin: 10px 0 10px 0;
}

.description {
	margin-top: 0.5rem;
	font-weight: 300;
	font-style: italic;
	letter-spacing: .01rem;
	color: rgb(129, 129, 129);
}

h1,
h2,
h3,
h4,
h5,
h6,
.name {
	font-weight: 800;
}

h1,
.name {
	font-size: 50px;
	font-family: 'Montserrat Z', sans-serif;
	line-height: 2.7rem;
}

.name {
	color: rgb(255 255 255);
}

html {
	font-family: 'Montserrat Z', sans-serif;
	word-spacing: 1px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-font-feature-settings: "lnum";
	-o-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
	box-sizing: border-box;
	background-color: #FAFAFA;
}

/* HIDE SCROLLBAR */
html::-webkit-scrollbar {
	/* width: 0;
	height: 0; */
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
	/* scrollbar-width: auto; */
	/* scrollbar-color: #161216 #ffffff00; */
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	/* width: 10px; */
}

*::-webkit-scrollbar-track {
	/* background: #ffffff00; */
}

*::-webkit-scrollbar-thumb {
	/* background-color: #161216; */
}

/* HIDE SCROLLBAR END */

*,
:after,
:before {
	box-sizing: border-box;
	margin: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body {
	color: #161216;
	-webkit-text-stroke-color: #161216;
	font-family: 'Montserrat Z', sans-serif;
	font-weight: 900;
	overflow: overlay;
}

a {
	cursor: none !important;
}

button {
	cursor: none !important;
}

.blur {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #ccc;
}

.home body {
	overflow: hidden;
}

.content {
	top: 43vh;
	position: fixed;
	left: 0;
	overflow: hidden;
	padding: 0 6vh;
	mix-blend-mode: difference;
}

/* SCROLL FIX https://stackoverflow.com/questions/16670931/hide-scroll-bar-but-while-still-being-able-to-scroll */

.page {
	height: 100vh;
	position: relative;
	overflow: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
	/* Firefox */
	-ms-overflow-style: none;
	/* Internet Explorer 10+ */
}

.page::-webkit-scrollbar {
	/* WebKit */
	width: 0;
	height: 0;
}

.container {
	position: relative;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}

.frame {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100vh;
	padding: 6vw;
}

@media screen and (max-width:480px) {
	.frame {
		padding: 8vw;
	}

	.clk_to_cont {
		font-size: 55px;
	}

	.clk_to_cont span {
		display: block;
	}

	.md4 h2 {
		font-size: 34px;
	}
}

@media screen and (min-width:481px) and (max-width:1200px) {
	.frame {
		padding: 6vw;
	}
}

@media screen and (min-width:1201px) {
	.frame {
		padding: 8vh;
	}
}

/* Based on the pen by Konstantin (https://codepen.io/k_kozlov/pen/mxPbpy) */

a.snd-btn {
	width: 27px;
	height: 24px;
}

.volume-control {
	margin: 0;
	display: block;
	position: relative;
	list-style-type: none;
	padding: 0;
	width: 27px;
	height: 24px;
}

.volume-control_el {
	float: left;
	width: 2px;
	height: 22px;
	margin-left: 4px;
	position: relative;
}

.volume-control_el:first-child {
	margin-left: 0;
}

.volume-control_val {
	display: block;
	width: 2px;
	height: 4px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #000;
	transition: background 0.3s;
}

.volume-control_el:nth-child(1) .volume-control_val {
	height: 4px;
}

.volume-control__animated .volume-control_el:nth-child(1) .volume-control_val {
	animation-delay: -0.2s;
}

.volume-control_el:nth-child(2) .volume-control_val {
	height: 6px;
}

.volume-control__animated .volume-control_el:nth-child(2) .volume-control_val {
	animation-delay: -0.1s;
}

.volume-control_el:nth-child(3) .volume-control_val {
	height: 8px;
}

.volume-control__animated .volume-control_el:nth-child(3) .volume-control_val {
	animation-delay: 0s;
}

.volume-control_el:nth-child(4) .volume-control_val {
	height: 6px;
}

.volume-control__animated .volume-control_el:nth-child(4) .volume-control_val {
	animation-delay: -0.3s;
}

.volume-control_el:nth-child(5) .volume-control_val {
	height: 4px;
}

.volume-control__animated .volume-control_el:nth-child(5) .volume-control_val {
	animation-delay: -0.4s;
}

.volume-control__animated .volume-control:hover .volume-control_val {
	animation-play-state: paused;
}

.volume-control:hover .volume-control_val {
	background-color: rgba(0, 0, 0, 0.6);
}

.volume-control__animated .volume-control_val {
	animation: sound 1.5s infinite;
}

.volume-control__muted .volume-control_val {
	animation: none;
}

@keyframes sound {
	0% {
		height: 4px;
	}

	50% {
		height: 22px;
	}

	100% {
		height: 4px;
	}
}

.navbar {
	padding: 6vh;
}

.navbar .container-fluid {
	padding: 0px;
}

.navbar .navbar-toggler {
	border: unset;
}

.navbar-toggler:focus {
	box-shadow: unset;
}

.navbar-toggler {
	padding: 0;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 6vh;
}

.navbar-light .navbar-nav .nav-link {
	padding: 10px 0px;
	margin: 0rem 0.8rem;
}

.navbar-toggler,
.navbar-brand {
	z-index: 1030;
}

.fullscreen-menu .navbar-nav {
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background: #ffffff94;
	backdrop-filter: blur(5px);
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.fullscreen-menu .nav-link {
	padding: 0px !important;
	margin: 1rem 0rem !important;
	font-size: 3rem;
	display: inline-block;
}

ul.dropdown-menu.fullscreen-submenu.show {
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background: #ffffff94;
	backdrop-filter: blur(5px);
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.fullscreen-submenu .fullscreen-submenu-item {
	padding: 0px !important;
	margin: 1rem 0rem !important;
	font-size: 3rem;
	display: inline-block !important;
	width: unset;
	background-color: unset;
}

.collapsing {
	-webkit-transition: none;
	transition: none;
	display: none;
}

.navbar-brand {
	margin: 0px !important;
	padding: 0px !important;
}

/* navbar-toggler-icon */

.navbar-toggler {
	width: 50px;
	height: 36px;
	margin: -10px;
}

.navbar-toggler:hover>.navbar-toggler-icon {
	width: 30px;
	margin-left: -7px;
}

.navbar-toggler-icon {
	position: relative;
	width: 23px;
	background: #000;
	height: 3px;
	margin-top: -6px;
	-webkit-transition: background 300ms ease 0ms;
	-moz-transition: background 300ms ease 0ms;
	-o-transition: background 300ms ease 0ms;
	transition: background 300ms ease 0ms;
}

.navbar-toggler-icon:before,
.navbar-toggler-icon:after {
	position: absolute;
	width: 30px;
	height: 3px;
	background: #000;
	content: '';
	right: 0;
	top: -10px;
	-webkit-transition: all 300ms ease 0ms;
	-moz-transition: all 300ms ease 0ms;
	-o-transition: all 300ms ease 0ms;
	transition: all 300ms ease 0ms;
}

.navbar-toggler-icon:after {
	top: auto;
	bottom: -10px;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
	background: transparent;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon:before {
	transform: rotate(45deg);
	top: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
	transform: rotate(-45deg);
	top: 0;
}

/*   end */

@media (min-width: 768px) {
	.navbar-expand-md .navbar-collapse {
		flex-basis: 100%;
	}

	.navbar-expand-md {
		flex-wrap: wrap;
		justify-content: center;
	}

	.navbar-expand-md .navbar-toggler {
		display: block;
	}

	.collapse:not(.show) {
		display: none;
	}
}

.navbar-nav .social svg {
	height: 30px;
	width: 30px;
	color: black;
}

.no-js {
	z-index: 2001;
	color: aliceblue
}

.no-js .logo {
	width: 85px;
	height: 67px;
	margin-bottom: 20px;
}

.no-js .social svg {
	height: 25px;
	width: 25px;
	color: white;
}

.navbar-nav .social a,
.no-js .social a {
	text-decoration: none;
	padding: 10px 0px;
	margin: 0rem 0.3rem;
}

.navbar-nav .social {
	margin: 30px 0px;
}

.navbar-nav .divider,
.no-js .divider {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	width: 210px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.no-js .divider {
	border-top: 1px solid rgb(255 255 255 / 23%);
}

.home a.copyright:hover {
	color: #FAFAFA;
}

a.copyright {
	color: #000000;
	text-decoration: none;
}

@media (min-width: 1530px) {
	.content {
		top: 34vh;
		width: 40vw;
	}
}

@media (min-width: 1200px) and (max-width: 1530px) {
	.content {
		top: 27vh;
		width: 40vw;
	}
}

@media (min-width: 1000px) and (max-width: 1200px) {
	.content {
		top: 18vh;
	}
}

@media (max-width: 1000px) {
	.content {
		top: 18vh;
	}

	.name {
		font-size: 3rem;
	}
}

@media (max-height: 400px) {
	.navbar-nav .nav-link {
		font-size: 1rem !important;
	}

	.navbar-nav .social a {
		text-decoration: none;
		padding: 10px 0px;
		margin: 0rem 0.2rem;
	}

	.navbar-nav .social {
		margin: 10px 0px;
	}

	.navbar-nav .social svg {
		height: 20px;
		width: 20px;
		color: black;
	}
}

.boxed .paragraph {
	font-size: 17px;
	font-family: 'Montserrat Z', sans-serif;
	color: rgb(129, 129, 129);
	font-style: italic;
	margin-bottom: 2rem;
}

.boxed .img-thumbnail :hover img {
	-webkit-filter: grayscale(100%) blur(3px);
	filter: grayscale(100%);
}

.boxed .img-thumbnail img {
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-radius: 32px;
}

.boxed .img-thumbnail video {
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-radius: 32px;
}

.boxed .img-thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 0px solid #ddd;
	border-radius: 4px;
}

.boxed .img-thumbnail .caption {
	padding: 5% 0;
	color: #333;
	cursor: none;
}

.caption .description,
.caption .sub-description {
	text-align: justify;
}

.caption .sub-description p {
	font-size: 0.8rem;
	font-weight: 500;
	font-style: normal;
}

.caption a {
	text-decoration: none;
}

.boxed .footer {
	position: unset;
}

.boxed .fixed-top {
	position: sticky;
}

.boxed .hovereffect {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	cursor: default;
}

.boxed .hovereffect .overlay {
	position: absolute;
	overflow: hidden;
	width: 80%;
	height: 80%;
	left: 10%;
	top: 10%;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
}

.boxed .hovereffect:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.boxed .hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}

.boxed .hovereffect:hover img {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
	filter: brightness(0.6);
	-webkit-filter: brightness(0.6);
}

.boxed #snd-btn {
	display: none;
}

@media screen and (max-width: 480px) {
    .content {
        padding: 0 12px;
    }
    
    .navbar {
        padding: 12px;
    }
    
    .footer {
        padding: 12px;
    }
    
    .frame {
        padding: 12px;
    }
}

section#clients {
	padding-top: 45px;
}

section#clients .paragraph, section#client-projects .paragraph{
	text-align: justify;
}