body, html {
	padding: 0px;
	margin: 0px;
	font-family: 'PFHellenicaSerifPro', sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: 400;
	color: #1f1f1f;
	width: 100%;
	height: 100%;
}
@font-face {
    font-family: 'PFHellenicaSerifPro';
    src: url('../font/PFHellenicaSerifPro.eot');
    src: url('../font/PFHellenicaSerifPro.eot?#iefix') format('embedded-opentype'),
         url('../font/PFHellenicaSerifPro.woff') format('woff'),
         url('../font/PFHellenicaSerifPro.ttf') format('truetype'),
         url('../font/PFHellenicaSerifPro.svg#PFHellenicaSerifPro') format('svg');
    font-weight: normal;
    font-style: normal;
}
::-webkit-scrollbar {
	width: 12px;
}::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}::-webkit-scrollbar-thumb {
	background: #787a7b;
	border-radius: 0px;
}::-webkit-scrollbar-track {
	background: none;
}::-webkit-scrollbar-track:hover {
	background: #c9ccce;
}

#videoContent {
	position: relative;
	height: 100VH;
	overflow: hidden;
	user-select: none;
}#videoContent #myVideo {
    position: absolute;
    right: 0px;
    bottom: 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	/*
    min-width: 100%;
    min-height: 100%;
	*/
}#videoContent #myVideo2 {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    display: none;
}#videoContent #maske {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-image: url(../img/maske.png);
	z-index: 10;
	opacity: .8;
}#videoContent #yuzyuze {
	position: absolute;
	left: 40px;
	top: 40px;
	opacity: .5;
	z-index: 11;
}#videoContent #heykel {
	position: absolute;
	right: 40px;
	bottom: 0px;
	z-index: 11;
}#videoContent #facebook {
	position: absolute;
	right: 80px;
	top: 30px;
	width: 40px;
	height: 40px;
	opacity: .3;
	z-index: 12;
}#videoContent #instagram {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 40px;
	height: 40px;
	opacity: .3;
	z-index: 12;
}#mesaj {
	position: relative;
	font-family: Arial;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}#mesaj h1 {
	text-align: center;
	font-family: 'PFHellenicaSerifPro', sans-serif;
}#mesaj h2 {
	text-align: center;
	font-family: 'PFHellenicaSerifPro', sans-serif;
}#galeri {
	position: relative;
	display: grid;
	gap: 1px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	text-align: center;
}#galeri .item {
	position: relative;
	height: calc((100VW / 4) / 1.5);
	overflow: hidden;
	user-select: none;
	cursor: pointer;
}#galeri .item .img {
	position: absolute;
	left: 0px;
	top: 0px;
    right: 0;
    bottom: 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 600ms;
}#galeri .item .maske {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: rgba(150,150,255,.2);
	opacity: 1;
	transition: 600ms;
}#galeri .item:hover .img {
	transform: scale(1.1);
}#galeri .item:hover .maske {
	opacity: 0;
}#galeriSec {
	position: relative;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	font-family: 'PFHellenicaSerifPro', sans-serif;
	text-align: center;
	outline: none;
	margin-bottom: 40px;
	padding: 10px;
}#selecContent {
	position: relative;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 40px;
	font-size: 24px;
}#selecContent a {
	position: relative;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #555;
	text-decoration: none;
}#selecContent img {
	padding-right: 10px;
	width: 64px;
	height: 64px;
}







#im1 {
	position: relative;
	display: flex;
}#im2 {
	position: relative;
	display: none;
}








#floot {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	font-size: 12px;
	background-color: #323232;
	color: #FFF;
}#floot .item {
	position: relative;
	padding: 10px;
	text-align: center;
}#floot .item a {
	position: relative;
	display: block;
	color: #FFF;
	text-decoration: none;
}



#floot .company {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width:1300px) {
	#videoContent #myVideo {
	    display: none;
	}#videoContent #myVideo2 {
	    display: block;
	}
}
@media only screen and (max-width:800px) {
	#videoContent #myVideo {
	    display: block;
	}#videoContent #myVideo2 {
	    display: none;
	}
	#videoContent {
    	height: calc(100VW / 1.7777777777777777777777777777778);
	}#videoContent #myVideo {
	    width: 100%;
	    height: 100%;
	}#videoContent #yuzyuze {
		left: 10px;
		top: 10px;
		width: 60px;
		height: auto;
	}#videoContent #facebook {
		right: 60px;
		top: 20px;
		width: 20px;
		height: 20px;
	}#videoContent #instagram {
		right: 20px;
		top: 20px;
		width: 20px;
		height: 20px;
	}#videoContent #heykel {
		right: 10px;
		width: 60px;
		height: auto;
	}#selecContent {
		width: 100%;
	}#galeriSec {
		width: 90%;
	}#im1 {
		display: none;
	}#im2 {
		display: flex;
	}


}