@font-face {
	font-family: IconFont;
	src: url(../fonts/IconFont.eot);
	src: url(../fonts/IconFont.eot?#iefix) format("embedded-opentype"), url(../fonts/IconFont.woff) format("woff"), url(../fonts/IconFont.ttf) format("truetype");
	font-display: swap
}

@font-face {
	font-family: Gilroy;
	src: url(../fonts/gilroy-heavy.eot);
	src: url(../fonts/gilroy-heavy.eot?#iefix) format("embedded-opentype"), url(../fonts/gilroy-heavy.woff2) format("woff2"), url(../fonts/gilroy-heavy.woff) format("woff"), url(../fonts/gilroy-heavy.ttf) format("truetype");
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: Gilroy;
	src: url(../fonts/gilroy-bold.eot);
	src: url(../fonts/gilroy-bold.eot?#iefix) format("embedded-opentype"), url(../fonts/gilroy-bold.woff2) format("woff2"), url(../fonts/gilroy-bold.woff) format("woff"), url(../fonts/gilroy-bold.ttf) format("truetype");
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: Gilroy;
	src: url(../fonts/gilroy-medium.eot);
	src: url(../fonts/gilroy-medium.eot?#iefix) format("embedded-opentype"), url(../fonts/gilroy-medium.woff2) format("woff2"), url(../fonts/gilroy-medium.woff) format("woff"), url(../fonts/gilroy-medium.ttf) format("truetype");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: Gilroy;
	src: url(../fonts/gilroy-regular.eot);
	src: url(../fonts/gilroy-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/gilroy-regular.woff2) format("woff2"), url(../fonts/gilroy-regular.woff) format("woff"), url(../fonts/gilroy-regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Gilroy;
	src: url(../fonts/gilroy-light.eot);
	src: url(../fonts/gilroy-light.eot?#iefix) format("embedded-opentype"), url(../fonts/gilroy-light.woff2) format("woff2"), url(../fonts/gilroy-light.woff) format("woff"), url(../fonts/gilroy-light.ttf) format("truetype");
	font-weight: 300;
	font-style: normal
}

* {
	margin: 0;
	padding: 0;
	font-family: 'Gilroy', sans-serif;
}

div.wrapper {
	width: 1200px;
	margin: 0 auto;
}

div.wrapper630 {
	width: 630px;
	margin: 0 auto;
}

header {
	width: 100%;
	position: fixed;
	padding: 20px 20px;
	box-sizing: border-box;
	z-index: 1000;
	transition: 0.2s;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

header a.logo {
	width: 209px;
	height: 54px;
	float: left;
	background-image: url(../img/logo_black.svg);
	background-size: contain;
	background-position: center left;
	background-repeat: no-repeat;
}

header div.right {
	float: right;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

header nav li {
	float: left;
	margin-left: 20px;
	list-style: none;
}

header nav li a {
	color: #000;
	font-weight: 700;
	font-size: 20px;
	text-decoration: none;
}

header div.social a {
	margin-left: 20px;
	font-size: 25px;
	color: #000;
	float: left;
}

header .mobil_button {
	display: none;
}


div.banner {
	width: 100%;
	height: calc(100vh - 155px);
	float: left;
	position: relative;
	overflow: hidden;
	margin-top: 94px;
}

div.banner div.color {
	background-image: url(../img/banner_pattern.png);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding-top: 50%;
}

div.banner div.video {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #000;
}

div#kurumsal {
	width: 100%;
	height: 100vh;
	float: left;
	background-image: url(../img/kurumsal_bg.svg);
	background-position: top left;
	background-repeat: repeat;
}

div.page_title {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	margin-top: 90px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 80px 0;
}

div.page_title div.title {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 50px;
	font-weight: 600;
	color: #000;
}

footer {
	width: 100%;
	float: left;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 0;
	border-top: 1px solid #ddd;
}

footer p {
	float: left;
	color: #000;
	line-height: 20px;
	font-size: 16px;
	font-weight: 300;
	width: 100%;
	text-align: center;
}

footer .ueb {
	background-image: url(https://ueb.com.tr/media/img/footer_logo_light.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	float: right;
	height: 15px;
	width: 54px;
}

div.pkurumsal {
	width: 100%;
	float: left;
	padding: 80px 0;
}

div.pkurumsal p {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
}

div.pkurumsal p:last-child {
	margin-bottom: 0;
}

div.phizmetlerimiz {
	width: 100%;
	float: left;
	padding: 94px 20px;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

div.phizmetlerimiz a.item {
	width: 100%;
	float: left;
	border-radius: 6px;
	background-size: cover;
	background-position: center;
	position: relative;
}

div.phizmetlerimiz a.item:before {
	width: 100%;
	float: left;
	content: '';
	padding-top: 55%;
}

div.phizmetlerimiz a.item div.title {
	display: none;
	max-width: calc(100% - 40px);
	background-color: #000;
	float: left;
	text-align: left;
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 6px;
}

div.phizmetlerimiz a.item div.title h2 {
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	color: #fff;
}

div.phizmetlerimiz a.item:hover div.title {
	display: block;
}

div.phizmetdetay {
	width: 100%;
	float: left;
	padding: 90px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

div.phizmetdetay div.text {
	width: 850px;
	float: left;
	font-size: 18px;
	font-weight: 400;
	color: #565656;
	line-height: 40px;
	margin-bottom: 50px;
}

div.phizmetdetay div.text h2 {
	width: 100%;
	float: left;
	color: #fff;
	font-weight: 400;
	font-size: 28px;
	margin-bottom: 30px;
}

div.phizmetdetay div.text p {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

div.phizmetdetay div.text p:last-child {
	margin-bottom: 0;
}

div.phizmetdetay div.resim {
	width: 100%;
	float: left;
}

div.phizmetdetay div.resim img {
	width: 100%;
}

div.phizmetdetay div.images {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

div.phizmetdetay div.images div.items {
	width: 850px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

div.phizmetdetay div.images div.item {
	width: 31.3%;
	height: 168px;
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

div.phizmetdetay div.images div.item:nth-child(3n) {
	margin-right: 0;
}

div.phizmetdetay div.images div.item:last-child {
	margin-right: 0;
}


div.piletisim {
	width: 100%;
	float: left;
	padding: 80px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

div.piletisim div.wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

div.piletisim div.wrapper div.row {
	width: 100%;
	float: left;
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}

div.piletisim div.wrapper div.row:last-child {
	border-bottom: 0;
}

div.piletisim div.wrapper div.row div.text {
	font-size: 20px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	line-height: 13px;

}

div.piletisim div.wrapper div.row div.text a {
	font-size: 20px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	line-height: 13px;
}

div.piletisim div.wrapper div.adress div.text {
	line-height: 20px;
}

div.harita {
	width: 100%;
	float: left;
}

@media screen and (max-width: 1200px) {
	div.wrapper {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 1310px) {

	div#mobil_menu {
		position: fixed;
		right: -100%;
		width: 100%;
		height: calc(100% - 90px);
		top: 90px;
		background-color: #fff;
		z-index: 1000;
		transition: 0.2s;
	}

	div#mobil_menu.active {
		right: 0;
	}

	div#mobil_menu nav {
		width: 100%;
	}

	div#mobil_menu li {
		width: 100%;
		border-bottom: 1px solid #ddd;
		margin: 0;
		padding: 20px;
		box-sizing: border-box;
	}

	div#mobil_menu li a {
		color: #000;
	}

	header span.mobil_button {
		float: right;
		cursor: pointer;
		color: #000;
		font-size: 24px;
		display: block;
	}

	div.piletisim div.wrapper {
		width: 45%;
	}

	div.piletisim div.right {
		width: 50%;
	}
}

@media screen and (max-width: 850px) {
	div#kurumsal div.left {
		width: 100%;
		padding: 0;
	}

	div#kurumsal div.left div.logo {
		height: 70px;
		background-repeat: no-repeat;
		background-size: contain;
	}

	div#kurumsal div.right {
		display: none;
	}

	div.pkurumsal div.text {
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
	}

	div.phizmetlerimiz {
		grid-template-columns: repeat(1, 1fr);
	}

	div.phizmetdetay div.text {
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
	}

	div.phizmetdetay div.images div.items {
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
	}

	div.preferanslar div.items {
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
	}

	div.banner div.video div {
		padding: 108%;
		position: relative;
		margin-top: -46%;
	}

}

@media screen and (max-width: 440px) {

	div.wrapper630 {
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
	}

	div#navigation {
		right: 20px;
	}

	header a.logo {
		width: 203px;
	}

	header.scroll a.logo,
	header.mobil a.logo {
		background-size: contain;
	}

	div#kurumsal div.left div.logo {
		width: 100%;
	}

	div.page_title div.title {
		font-size: xx-large;
	}

	div.phizmetlerimiz div.items a.item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}

	div.preferanslar div.items div.item {
		width: 50%;
	}

	div.preferanslar div.items div.item:nth-child(3n) {
		border-right: 1px solid #ddd;
	}

	div.preferanslar div.items div.item:nth-child(2n) {
		border-right: 0;
	}

	div.phizmetdetay div.images div.item {
		width: 100%;
		margin-right: 0;
	}

	div.piletisim div.wrapper {
		width: 100%;
		margin-bottom: 60px;
	}

	div.piletisim div.right {
		width: 100%;
	}


	div#kurumsal div.left div.text {
		font-size: 15px;
	}

}

@media screen and (max-width: 350px) {
	div#kurumsal div.left div.text {
		font-size: 14px;
		line-height: 26px;
	}
}