/**
* CSS
* @version 1.0
* @author Ozhan Binici
*/

::selection {
	background: #90BE39;/*
	background: #768FBD;*/
	color:#000000;
}

*:focus {
	outline:none;
}

:root {
	--screen-height:100vh;
}

@supports(height: 100dvh) {
	:root {
		--screen-height:100dvh;
	}
}

sup {
	line-height:0.6em;
}

html {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	overflow-x:hidden;
	-webkit-overflow-scrolling:touch;
	font-size:1px;
}

body {
	width: 100%;
	max-width:2560px;
	height: auto;
	padding: 0px;
	margin: 0 auto;
	background-color:#FFFFFF;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	font-size: 23px;
	line-height: 32px;
	font-family: malaga, serif;
	font-weight: 400;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
	color: #000000;
	min-height: var(--screen-height);
}

/* COMMON ITEMS */

.container {
	width:100%;
	max-width:none;
	margin:0 auto;
	display:flex;
	padding-left:40px;
	padding-right:40px;
}

div {
	position:relative;
	display:block;
}

header {
	position:relative;
	width:100%;
	height:120px;
	background-color:#FFFFFF;
	font-family:"Quicksand";
}



header .container {
	padding-top:30px;
	padding-bottom:10px;
}

header a#logo {
	width:400px;
	height:auto;
	display:block;
	flex-shrink:0;
	margin-left:10px;
}

header a#logo img {
	width:100%;
	height:auto;
	display:block;
}


header nav {
	margin-left:auto;
	margin-right:auto;
	width:auto;
	margin-left:100px;
	margin-right:auto;
	margin-top:35px;
}


header nav ol {
	display:flex;
	width:100%;
}

header nav li {
	display:block;
	margin-right:40px;
}

header nav li.break {
	flex-basis: 100%;
	height: 0px;
	margin:0px;
}

header nav a {
	color:#5A2D18;
	text-decoration:none;
	font-size:18px;
	line-height:24px;
	display:block;
	margin:0px;
	font-weight:600;
}

header nav a:hover,
header nav a.active {
	color:#90BE39;
	color:#768FBD;
}

header .channels {
	display:flex;
	width:auto;
	margin-right:10px;
	margin-top:17px;
}

.content .channels {
	display:flex;
	width:auto;
	margin:0px;
	padding-top:20px;
	padding-bottom:10px;
	justify-content:center;
}

header .channels li {
	margin-right:15px;
}

.content .channels li {
	margin-left:7px;
	margin-right:8px;
}

header .channels li:last-child {
	margin-right:0px;
}

header .channels li a,
.content .channels li a {
	position:relative;
	display:block;
	width:36px;
	height:auto;
}

header .channels li a img,
.content .channels li a img {
	position:relative;
	display:block;
	width:100%;
	height:auto;
}

.content .channels li a img {
	margin-bottom:0px;
}

header .tagline {
	display:none;
}

body.home {
	display:flex;
	flex-direction:column;
	height:100%;
}


body.home .swiper {
	position:relative;
	display:block;
	width:100%;
	height:100%;
}

.swiper .slide-captions {
	position:absolute;
	left:50%;
	bottom:0px;
	width:360px;
	margin-left:-180px;
	background-color:#FFFFFF;
	height:40px;
	z-index:999;
	display:flex;
}

.swiper .slide-captions .swiper-button-prev {
	left:auto;
}
.swiper .slide-captions .swiper-button-next {
	right:auto;
}
.swiper .slide-captions .swiper-button-next, 
.swiper .slide-captions .swiper-button-prev {
	position: relative;
	top: auto;
	width: 40px;
	height: 40px;
	margin-top: 0px;
	color: #5A2D18;
}

.swiper .slide-captions .swiper-button-next:hover, 
.swiper .slide-captions .swiper-button-prev:hover {
	color: #90BE39;
	color: #768FBD;
}

.swiper .slide-captions .swiper-button-next:after, 
.swiper .slide-captions .swiper-button-prev:after {
	font-size:18px;
	display:block;
	text-align:center;
	line-height:36px;
}

.swiper .slide-captions .caption {
	width:calc(100% - 80px);
	margin:8px 0;
	display:flex;
	justify-content:center;
}

.swiper .slide-captions .caption a {
	display:block;
	color:#5A2D18;
	line-height:24px;
	font-size:18px;
	font-family:"Quicksand";
	font-weight:500;
	width:auto;
}

.swiper .slide-captions .caption a:hover {
	color:#90BE39;
	color:#768FBD;
}


.menu-toggle {
	position:relative;
	border:0px;
	pointer-events:auto;
	background-color:transparent;
	width: 40px;
	height: 30px;
	margin:0px;
	padding:0px;
	margin-left:auto;
	margin-top:7px;
	margin-right:6px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: top .3s ease-out;
	-moz-transition: top .3s ease-out;
	-o-transition: top .3s ease-out;
	transition: top .3s ease-out;
	cursor: pointer;
	display:none;
}

.menu-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 32px;
	background: #b8a296;
	border-radius: 0px;
	opacity: 1;
	left: 4px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	/*
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	*/
}

/*.menu-toggle:hover span {
	background:#90BE39;
}
*/
.menu-toggle span:nth-child(1) {
	top: 3px;
}

.menu-toggle span:nth-child(2), 
.menu-toggle span:nth-child(3) {
	top: 13px;
}

.menu-toggle span:nth-child(4) {
	top: 23px;
}

.expanded .menu-toggle span:nth-child(1),
.expanded .menu-toggle span:nth-child(4) {
	top: 13px;
	width: 0px;
	left: 50%;
	opacity:0;
}

.expanded .menu-toggle span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.expanded .menu-toggle span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
	background-color:transparent;
	outline: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
	outline:none;
}


main {
	background-color:#FFFFFF;
}

body.home main {
	height:100%;
}

main .container {
	display:block;
	padding-top: 0px;
	padding-bottom:0px;
}

main.home .container {
	display:flex;
	flex-wrap:nowrap;
	flex-direction:column;
}

figure {
	width:100%;
	height:auto;
	margin-bottom:40px;
	margin-left:auto;
	margin-right:auto;
}

figure:has(img.large) {
	max-width:1000px;
}
figure:has(img.text) {
	max-width:700px;
}

figure img {
	width:100%;
	height:auto;
	margin:0px;
	display:block;
}

figcaption {
	font-family:malaga, sans-serif;
	font-size:17px;
	line-height:21px;
	font-weight:400;
	margin: 14px auto 0 auto;
	padding:0 20px;
	max-width:830px;
	color:#E97D69;
}

.grid {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	width:100%;
	gap:0px;
	margin-bottom:15px;
}

.grid .item {
	float:left;
	display:block;
	width:calc(33.33% - 20px);
	margin:10px;
}

.grid .item:first-child {
	width:calc(66.67% - 20px);
}

.masonry {
	width:100%;
}

main > .container > .masonry:first-child,
main > .container > .grid:first-child {
	margin-top:-10px;
}


.masonry .item {
	width:25%;
	padding:10px;
}
.masonry .grid-sizer {
	width:25%;
}

.line .masonry .grid-sizer {
	width:0px;
}

/* ??? */
.masonry .item.size-1x2 {
	width:25%;
	height:670px;
}

.masonry .item.size-2x1 {
	width:50%;
	height:335px;
}

.masonry .item.size-2x2 {
	width:50%;
	height:670px;
}

.masonry .item.size-4x2 {
	width:100%;
	height:670px;
}
.masonry .item.size-3x2 {
	width:75%;
	height:670px;
	margin-left:12.5%;
}
/* ??? */

.line.gap-1 .masonry {
	padding-left:12.5%;
}
.line.gap-2 .masonry {
	padding-left:25%;
}


.grid .item:nth-child(1){
	height:calc(100vh - 164px);
}

.grid .item:nth-child(2),
.grid .item:nth-child(3){
	height:calc(50vh - 92px);
	position:absolute;
	right:0px;
}

.grid .item:nth-child(2) {
	top:0px;
}

.grid .item:nth-child(3) {
	bottom:0px;
}

.item a {
	display:block;
	width:100%;
	height:100%;
}

.item a.border {
	border:2px solid #f1ecea;
}

.item a picture {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
}

.item a picture img {
	display:block;
	width:100%;
	object-fit:cover;
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: -webkit-transform 600ms ease;
	transition: transform 600ms ease;
	transition: transform 600ms ease, -webkit-transform 600ms ease;
	backface-visibility:hidden;
}

.item a:hover picture img {
	transform: scale(1.05);
}

.item a.no-zoom:hover picture img {
	transform: scale(1);
}

.item a picture figcaption {
	position:absolute;
	width:auto;
	padding:6px 20px;
	z-index:2;
	bottom:0px;
	left:50%;
	transform:translateX(-50%);
	background-color:#FFFFFF;
	color:#5A2D18;
	font-size: 18px;
	line-height: 24px;
	font-family: "Quicksand";
	font-weight: 500;
	margin:0px;
	transition: color 600ms ease;
	margin-bottom:-12px;
	margin-bottom:-8px;
	text-align:center;
	white-space:nowrap;
}

.blog picture.hero + .container .item a picture figcaption {
	font-family: "Libre Baskerville";
}

.item a:hover picture figcaption {
	color:#90BE39;
	color:#768FBD;
}

picture.hero {
	width:100%;
	height:calc(100vh - 195px);
	display:block;
	overflow:hidden;
}

/*
body.hakkimizda picture.hero,
body.iletisim picture.hero {
	height:calc(100vh - 250px);
}
*/
.container + picture.hero {
	padding-top:30px;
	padding-top:10px;
}

picture.hero img {
	width:100%;
	height:100%;
	object-fit:cover;
}

/* ??? */

.carousel {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	top:0px;
	left:0px;
}

.carousel .interface {
	position:absolute;
	top:50%;
	right:30px;
	right:calc(4.1478vh - 14px);
	width:auto;
	display:flex;
}

.carousel .interface .swiper-button-prev:after {
	display:none;
}

.carousel .interface .swiper-button-next:after {
	display:none;
}

.carousel .interface .swiper-button-prev,
.carousel .interface .swiper-button-next,
.carousel .interface .swiper-pagination {
	position:relative;
	display:block;
	width:auto;
	height:auto;
	left:auto;
	right:auto;
	top:auto;
	bottom:auto;
	font-size:40px;
	line-height:48px;
	color:#FFFFFF;
	padding:0 10px;
	margin:0px;
	font-variant-numeric: lining-nums;
}

.carousel .interface .swiper-pagination {
	padding:0px;
	width:45px;
	text-align:center;
}

.carousel.dark .interface .swiper-button-prev,
.carousel.dark .interface .swiper-button-next,
.carousel.dark .interface .swiper-pagination {
	color:#000000;
}

.carousel .interface .swiper-button-prev,
.carousel .interface .swiper-button-next {
	font-family:"vista-sans", sans-serif;
}

.carousel .interface .swiper-button-prev:hover,
.carousel .interface .swiper-button-next:hover,
.carousel.dark .interface .swiper-button-prev:hover,
.carousel.dark .interface .swiper-button-next:hover {
	color:#5FA8DC;
}

.swiper-slide {
	width:100%;
	height:100%;
	overflow:hidden;
}

.swiper-slide picture {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
}

.swiper-slide picture img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.swiper-slide .image-holder {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
}

.swiper-slide .swiper-slide-caption {
	font-size:16px;
	line-height:20px;
	color:#FFFFFF;
    transform: rotate(270deg);
    transform-origin: left bottom 0;
	position:absolute;
	left:77px;
	bottom:30px;
}

.swiper-slide.dark .swiper-slide-caption {
	color:#000000;
}

.content {
	position:relative;
	display:block;
	margin-top:-39px;
	text-align:center;
	margin-bottom:11px;
}

.content.no-title {
	margin-top:21px;
}

.content h1 {
	margin-top:0px;
	background-color:#FFFFFF;
	color:#5A2D18;
	font-family:"Quicksand";
	font-size:30px;
	line-height:40px;
	font-weight:500;
	padding:5px 24px;
	display:inline-block;
	margin-bottom:18px;
}

.content p,
.line p {
	padding:0px 16px;
	font-family:"Libre Baskerville";
	font-size:17px;
	line-height:29px;
	max-width:800px;
	margin-bottom:16px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.content p:first-child,
.line p:first-child {
	padding-top:8px;
}

.content p:last-child,
.line p:last-child {
	margin-bottom:26px;
}

.content img {
	width:auto;
	max-width:100%;
	max-height:calc(100vh - 60px);
	height:auto;
	display:block;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
}

.footnote {
	position:relative;
	display:block;
	margin-top:20px;
	text-align:center;
}

.footnote p {
	padding:8px 16px;
	font-family:"Libre Baskerville";
	font-size:15px;
	line-height:24px;
	max-width:800px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	/*
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
	*/
}

p a {
	color:#768FBD;
	text-decoration:underline;
}

p a:hover {
	color:#90BE39;
	color:#768FBD;
	color:#5A2D18;
	color:#000000;
	text-decoration:none;
}

#map {
	margin-top:40px;
	height:calc(100vh - 250px);
}

.video-holder {
	width:50%;
	height:30vw;
	overflow:hidden;
	padding:10px;
	margin:0 auto;
	margin-bottom:50px;
}

footer {
	position:relative;
	display:flex;
	width:100%;
	height:auto;
}

footer .container {
	padding-top:20px;
	padding-bottom:20px;
}

footer .container .inner {
	border-top:2px solid #5A2D18;
	display:flex;
	width:calc(100% - 20px);
	padding-top:15px;
	margin:0 10px;
}

footer p {
	font-size:14px;
	line-height:22px;
	font-family:"Quicksand";
}

footer p:nth-child(2) {
	font-family:"Libre Baskerville";
	font-style:italic;
	font-size:16px;
}

footer p:first-child {
	margin-right:auto;
}

body .fancybox__container {
	--fancybox-bg: #FFFFFF;
}

body .fancybox__slide {
	padding:50px;
}

body .fancybox__nav {
	position:static;
}

body .f-button {
	background:#FFFFFF;
	color:#5A2D18;
	box-shadow:none;
	border:0px;
	border-radius:0px;
	width:50px;
	height:50px;
}


body .f-button svg {
	stroke-width: 1px;
	stroke-linecap: square;
	stroke-linejoin: miter;
	filter:none;
	width:26px;
	height:26px;
}

body .f-button.is-prev svg,
body .f-button.is-next svg {
	display:none;
}

body .is-horizontal .fancybox__nav .f-button.is-next {
	right:0px;
}

body .is-horizontal .fancybox__nav .f-button.is-prev {
	left:0px;
}

body .f-button.is-prev,
body .f-button.is-next {
	font-family: swiper-icons;
	font-size:25px;
}
body .f-button.is-prev:after {
	content: 'prev';
}

body .f-button.is-next:after {
	content: 'next';
}

body .fancybox__toolbar .fancybox__infobar {
	text-shadow:none;
	font-family:"Quicksand";
	color:#5A2D18;
	font-size:18px;
	line-height:24px;
	font-weight:500;
	padding:13px 18px;
	background-color:#FFFFFF;
}

body .fancybox__toolbar .fancybox__infobar span {
	padding:0px 2px;
}

body .f-button:hover:not([disabled]) {
	background:#FFFFFF;
	color:#768FBD;
}

@media (max-width:1540px){
	
	header {
		height:90px;
	}
	.container {
		padding-left:30px;
		padding-right:30px;
	}
	
	body .fancybox__slide {
		padding:40px;
	}
	
	header .container {
		padding-top:20px;
		padding-bottom:5px;
	}
	
	header a#logo {
		width:300px;
	}
	header nav {
		margin-top:23px;
		margin-left:80px;
	}
	header nav li {
		margin-right:30px;
	}
	header nav a {
		font-size: 16px;
		line-height: 22px;
	}
	
	.item a picture figcaption {
		font-size: 16px;
		line-height: 22px;
		padding:4px 15px;
		margin-bottom:-6px;
	}
	
	.swiper .slide-captions {
		width:320px;
		margin-left:-160px;
	}
	
	.swiper .slide-captions .caption a {
		font-size:16px;
	}
	
	header .channels {
		margin-top:10px;
	}
	
	header .channels li a {
		width:30px;
	}
	
	.masonry .item {
		width:33.33%;
	}
}

@media (max-width:1300px){
	header {
		height:73px;
	}
	.container {
		padding-left:20px;
		padding-right:20px;
	}
	body .fancybox__slide {
		padding:30px;
	}
	
	header .container {
		padding-top:15px;
		padding-bottom:0px;
	}
	
	header a#logo {
		width:240px;
	}
	
	header nav {
		margin-top:18px;
		margin-left:60px;
	}
	header nav li {
		margin-right:25px;
	}
	
	.swiper .slide-captions {
		width:280px;
		margin-left:-140px;
	}
	.swiper .slide-captions .caption a {
		font-size:14px;
	}
	header nav a {
		font-size: 14px;
		line-height: 20px;
	}
	
	.item a picture figcaption {
		font-size: 14px;
		line-height: 20px;
		padding:3px 12px;
		margin-bottom:-5px;
	}
	header .channels {
		margin-top:8px;
	}
	
	header .channels li a {
		width:25px;
	}
	
}

@media (max-width:1150px){
	header nav li {
		margin-right:20px;
	}
}


@media (max-width:1050px){
	header nav {
		margin-left:40px;
	}
}


@media (max-width:1010px){
	
	header {
		position:fixed;
		top:0px;
		left:0px;
		z-index:999;
		height:73px;
	}
	
	main {
		padding-top:73px;
	}
	
	header.expanded {
		height:100vh;
		background-color:#f1ecea;
	}
	
	header.expanded .container {
		background:#FFFFFF;
		padding-bottom:10px;
	}
	
	header nav {
		display:none;
		position:absolute;
		top:120px;
		left:0px;
		margin:0px;
		padding:0px 28px 0px 20px;
	}
	
	header .channels {
		display:none;
		position:absolute;
		top:403px;
		right:0px;
		margin:0px;
		padding:0px 28px 0px 20px;
		width:100%;
		justify-content:flex-start;
	}
	
	header.expanded nav {
		display:flex;
	}
	
	header.expanded .channels {
		display:flex;
	}
	header .channels li a {
		width:36px;
	}
	
	header nav ol {
		flex-direction:column;
	}
	header nav li {
		text-align:left;
		margin-bottom:10px;
	}
	header nav a {
		display:inline-block;
		font-size:20px;
		line-height:30px;
	}
	
	.menu-toggle {
		display:block;
	}
	
	header nav li {
		margin-right:0px;
	}
	
	.video-holder {
		width:100%;
		height:56.25vw;
	}
	
	.line.gap-1 .masonry,
	.line.gap-2 .masonry,
	.line.gap-3 .masonry {
		padding-left:0px;
	}
}

@media (max-width:860px){
	.content p br, 
	.line p br {
		display:none;
	}
	
	body.iletisim .content p br, 
	body.line p br {
		display:inline-block;
	}
}

@media (max-width:600px){
	.grid {
		flex-direction:column;
	}
	
	.grid .item,
	.grid .item:first-child {
		width:calc(100% - 20px);
	}
	
	.grid .item:nth-child(2), 
	.grid .item:nth-child(3) {
		position:relative;
		top:auto;
		right:auto;
		bottom:auto;
	}
	
	.container {
		padding-left:10px;
		padding-right:10px;
	}
	
	body .fancybox__slide {
		padding:0px;
	}
	
	body .f-button.is-prev, 
	body .f-button.is-next {
		display:none;
	}
}

@media (max-width:500px){
	picture.hero {
		height:125vw;
	}
	.content h1 {
		font-size:22px;
		line-height:30px;
		padding:4px 16px;
		margin-bottom:8px;
	}
	.content {
		margin-top:-27px;
	}
	
	.content.no-title {
		margin-top:9px;
	}
	
	.masonry .item.grid-text {
		padding:0px;
	}
	
	.masonry .item.grid-text p {
		padding-top:0px;
	}
	
	.content p, .line p {
		font-size:15px;
		line-height:24px;
		padding-left:10px;
		padding-right:10px;
		margin-bottom:16px;
		text-align:left;
	}
	
	.content .channels {
		justify-content:left;
		padding-top:10px;
		padding-bottom:0px;
	}
	
	.footnote {
		margin-top:10px;
		text-align:left;
	}
	.footnote p {
		font-size:12px;
		line-height:19px;
		padding-left:20px;
		padding-right:20px;
	}
	
	.content .footnote p {
		padding-left:10px;
		padding-right:10px;
	}
	
	.content p:last-child,
	.line p:last-child {
		margin-bottom:0px;
	}
	
	.grid .item:nth-child(1),
	.grid .item:nth-child(2), 
	.grid .item:nth-child(3) {
		height:calc(125vw - 50px);
	}
	
	footer p:nth-child(2) {
		display:none;
	}
	
	header.expanded .tagline {
		display:block;
		position:absolute;
		top:485px;
		top:calc(100vh - 150px);
		left:20px;

		font-family:"Libre Baskerville";
		font-style:italic;
	}
}

@media (max-width:360px){
	
	.container {
		padding-left:0px;
		padding-right:0px;
	}
	header nav {
		padding-left:10px;
	}
	header.expanded .tagline {
		left:10px;
	}
	header .channels {
		padding-left:10px;
	}
	
	.footnote p {
		padding-left:10px;
		padding-right:10px;
	}
}