@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600&display=swap');

html {
	position: relative;
	min-height: 100%;
}
body {
	font-family: "Barlow", sans-serif;
	color: #222;
	font-size: 15px;
}
a {
	color: #222;
	outline: 0;
	text-decoration: none;
}
a:hover {
	color: #1d1d1d;
}
p {
	font-size: 15px;
	line-height: 24px;
}
ul {
	font-size: 14px;
}
img {
	width: 100%;
	height: auto;
}
.w-100-left {
	width: 100%;
	height: auto;
	float: left;
}
.red {
	color: red;
}
.whatsapp {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
	margin-bottom: 20px;
	margin-right: 20px;
}
.whatsapp img {
	width: 50px;
}
.alert {
	margin-top: 30px;
}
.container {
	max-width: 1366px;
	padding-left: 30px;
	padding-right: 30px;
}
.wrapper {
	width: 100%;
	height: auto;
	float: left;
}
.btn {
	font-weight: 500;
}
.btn-sm {
	font-weight: 500;
}
.btn-danger {
	border-color: #938C45;
	background-color: #938C45;
	color: #FFF;
	border-radius: 0px;
	padding-left: 15px;
	padding-right: 15px;
}
.btn-danger:hover, .btn-danger:focus {
	border-color: #7C743C;
	background-color: #7C743C;
	color: #FFF;
}
.form-control {
	border-radius: 0px;
}
.dropdown-menu a:focus {
	background-color: unset;
}
header {
	min-height: 500px;
	background-image: url('../images/assets/header-v03.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right bottom;
}
header h3 {
	color: #FFF;
	text-shadow: 1px 1px 2px #000000;
}
header ul {
	width: 100%;
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
	display: inline-table;
	text-align: center;
}
header ul li {
	display: inline;
}
header .lang-menu {
	margin-top: 30px;
}
header .lang-menu a {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 600;
	color: #FFF;
	text-shadow: 1px 1px 2px #000000;
}
header .sosyal-medya {
	margin-top: 15px;
}
header .sosyal-medya a {
	width: 100%;
	height: auto;
	display: inline-block;
	color: #FFF;
	background-color: #000;
	font-size: 20px;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	margin-left: 7.5px;
	margin-right: 7.5px;
	margin-top: 15px;
}
header .sosyal-medya a:hover {
	color: #000;
	background-color: #a99f62;
}
header .logo {
	margin-top: 30px;
	text-align: center;
}
header .logo img {
	max-width: 200px;
}
header h3 {
	font-family: "Times New Roman", Times, serif;
	width: 100%;
	height: auto;
	text-align: center;
	font-weight: 600;
	margin-top: 30px;
	font-size: 28px;
	line-height: 38px;
	padding-left: 15px;
	padding-right: 15px;
}
.hamburger {
	padding-top: 20px;
}
.hamburger img {
	width: 40px;
}
.menu {
	width: 700px;
	height: auto;
	background-color: #7FB480;
	position: absolute;
	transition: 0.5s;
	top: 0;
	left: -700px;
	padding: 60px;
	z-index: 2;
}
.menu-active {
	left: 0;
}
.menu .hamburger {
	padding-top: 0px;
}
.menu-close {
	font-size: 48px;
	line-height: 48px;
}
.main-menu {
	margin-top: 30px;
}
.main-menu ul {
	list-style: none;
	padding: 0;
	margin: 0px;
}
.main-menu ul li {
	float: left;
	width: 100%;
}
.main-menu ul li a {
	width: 100%;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 26px;
	padding-top: 7.5px;
	padding-bottom: 7.5px;
}
.menu .logo {
	text-align: right;
}
.menu .logo img {
	max-width: 140px;
}
.menu .menu-iletisim {
	text-align: right;
	margin-top: 30px;
}
.menu .menu-iletisim h4 {
	font-weight: 600;
	font-size: 18px;
}
.orta-baslik {
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	font-size: 26px;
	margin-top: 30px;
	margin-bottom: 0px;
}
.hizmetler {
	text-align: center;
	padding-bottom: 30px;
}
.hizmetler .card {
	background: none;
	border: none;
	margin-top: 30px;
}
.hizmetler .card {
	background-color: #aaa063;
}
.hizmetler .card img {
	width: 100%;
}
.hizmetler .card h2 {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.hizmetler .card h2 a {
	display: block;
}
.video {
	margin-top: 30px;
	text-align: center;
}
.video img {
	width: 100%;
	height: auto;
	max-width: 968px;
}
.story {
	margin-top: 30px;
	background-color: #d0e2e2;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}
.story h2 {
	font-size: 34px;
	font-weight: 600;
	text-transform: uppercase;
}
.story p {
	font-weight: 500;
}
.story .card {
	background: none;
	border: none;
	margin-top: 30px;
}
.story .card img {
	max-width: 120px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.7;
}
.story .card h3 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.blog-post {
	background-color: #ecedef;
	margin-top: 30px;
}
.blog-post .blog-content {
	padding-top: 60px;
	padding-bottom: 60px;
}
.blog-post h3 {
	font-weight: 600;
	font-size: 34px;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.blog-post a {
	margin-top: 15px;
}
.shop {
	margin-top: 30px;
	background-color: #ecedef;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}
.shop h2 {
	font-weight: 600;
	font-size: 34px;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.trendyol {
	padding-top: 30px;
}
aside ul {
	list-style: none;
	margin-top: 15px;
	margin: 0px;
}
aside ul li {
	border-bottom: dashed 1px #DDD;
}
aside ul li a {
	display: block;
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	font-weight: 600;
}
aside h4 {
	font-weight: 600;
	font-size: 18px;
	border-bottom: dashed 1px #DDD;
	padding-bottom: 15px;
}
.blog-detay {
	padding-top: 30px;
}
.article-wrapper {
	margin-top: 30px;
	padding-bottom: 30px;
}
.article-wrapper .fotogaleri {
	width: 100%;
	height: auto;
}
.article-wrapper .fotogaleri img {
	margin-top: 30px;
}
article h1 {
	font-weight: 600;
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 15px;
}
article h2 {
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 15px;
}
article h3 {
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 15px;
}
article h4 {
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 15px;
}
.iletisim {
	padding-top: 30px;
}
.iletisim .map iframe {
	width: 100%;
	height: 350px;
	border: none;
	margin-top: 30px;
}
.iletisim .baslik {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.iletisim label {
	font-weight: 600;
}
.iletisim h4 {
	font-weight: 600;
	font-size: 16px;
}
.photo-slider {
	margin-top: 30px;
}
.articles {
	width: 100%;
	height: auto;
	padding-bottom: 30px;
}
.blog-page h1 {
	font-size: 26px;
	font-weight: 600;
	margin-top: 30px;
}
.blog-page .card {
	margin-top: 30px;
	border: none;
}
.blog-page .card .card-body {
	padding: 0px;
}
.blog-page .card .card-body h2 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 15px;
}
footer {
	padding-top: 30px;
	padding-bottom: 60px;
	text-align: center;
	border-top: solid 1px #DDD;
}
footer h4 {
	font-weight: 600;
	font-size: 20px;
	margin-top: 30px;
}
footer .sosyal-medya {
	margin-top: 15px;
	display: inline-table;
	padding: 0;
	margin: 0;
}
footer .sosyal-medya li {
	display: inline;
}
footer .sosyal-medya a {
	width: 100%;
	height: auto;
	display: inline-block;
	color: #FFF;
	background-color: #000;
	font-size: 20px;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	margin-left: 7.5px;
	margin-right: 7.5px;
	margin-top: 15px;
}
footer .footer-logo {
	width: 100%;
	height: auto;
}footer .footer-logo img {
	width: 170px;
	height: 170px;
	margin-top: 60px;
}
.copyright {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	background-color: #aaa063;
}
.copyright p {
	margin-top: 7.5px;
	margin-bottom: 7.5px;
	font-size: 14px;
	font-weight: 500;
}
@media screen and (max-width: 50em) {
	header {
		min-height: unset;
		background-color: #ebedef;
		background-image: url('../images/assets/header-mobile-v03.jpg');
		background-size: cover;
		background-position: right center;
		padding-bottom: 30px;
	}
	header ul {
		text-align: right;
	}
	header .lang-menu {
		margin-top: 15px;
	}
	header .sosyal-medya {
		margin-top: 0px;
		display: table;
		text-align: center;
		padding-top: 15px;
	}
	header .sosyal-medya li {
		display: inline;
	}
	header .sosyal-medya a {
		margin-top: 0px;
		margin-right: 0px;
	}
	header .logo {
		margin-top: 30px;
		margin-bottom: 0px;
		text-align: center;
	}
	header .logo img {
		max-width: 170px;
	}
	header h3 {
		text-align: center;
		font-weight: 600;
		margin-top: 30px;
		font-size: 24px;
		line-height: 34px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 15px;
	}
	.menu {
		width: 100%;
		padding: 30px;
	}
	.hizmetler {
		padding: 30px;
		padding-bottom: 60px;
	}
	.hizmetler img {
		width: 50px;
	}
	.hizmetler .media {
		width: 100%;
		height: auto;
		float: left;
		margin: 0;
		padding: 0;
		text-align: left;
		margin-top: 30px;
	}
	.hizmetler .media .media-body {
		padding-left: 15px;
	}
	.hizmetler .media .media-body h2 {
		font-weight: 600;
		font-size: 18px;
		text-transform: uppercase;
	}
	.video img {
		padding: 0px;
	}
	.blog-post h3 {
		font-size: 24px;
		padding-bottom: 15px;
	}
	footer {
		padding-bottom: 60px;
	}
	footer .footer-logo img {
		margin-top: 30px;
	}
}
