@charset "utf-8";
/* CSS Document */

	html, body{ 
    background-color:#FFFFFF;
	padding: 0px; 
	margin: 0;
	font-family: "Sarabun", serif;
  	font-weight: 300;
  	font-style: normal;
	font-size: 15px;
	color: #333; 
	text-decoration: none;
	height: 100%;
    overflow-x: hidden;

	}

/* LINKLER */

  .logo-link {
	transform: rotate(15deg);
	font-family:Merriweather;
	font-size:24px;
	font-weight:300;
    color: white;
    text-decoration: none;
  }

  .logo-link a {
    color: white;
    text-decoration: none;
  }

  .logo-link a:hover {
    text-decoration: none;
  }



.social-link {
    text-decoration: none;
    color: white;
    font-size: 18px;
    margin: 0 15px;
    display: inline-block;
    transition: color 0.3s ease;
}

.social-link:hover {
    color: #e5e5e5; /* Hover rengi */
}

.site-link {
    text-decoration: none;
    color: white;
    font-size: 14px;
    margin: 0 15px;
    display: inline-block;
    transition: color 0.3s ease;
}

.site-link:hover {
    color: #e5e5e5; /* Hover rengi */
	text-decoration: underline;
}

.contact-link {
    text-decoration: none;
    color: black;
    margin: 0 15px;
    display: inline-block;
    transition: color 0.3s ease;
}

.contact-link:hover {
	text-decoration:underline;
}

.no-underline {
    text-decoration: none; 
    color: inherit;
}

.no-underline:hover {
    text-decoration: none !important; 
}

.no-underline-lang {
    text-decoration: none; 
    color:red;
	font-size:18px;
}

.no-underline-lang:hover {
    text-decoration: none !important; 
}



.mag-btn{
	padding:10px 20px;
	text-align:center;
	font-size:14px;
	font-weight:500;
	background-color:#788dc4;
	color:#fff;
	text-decoration:none;
	font-variant: small-caps;
	border-radius: 5px;
}

.mag-btn:hover{
	color:#fff;
	text-decoration:none;
	background-color:#000;
}

.mag-issue{
	font-size:18px;
	font-weight:500;
	color:#fff;
	text-decoration:none;
	font-variant: small-caps;
}



.display-container {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 2rem;
}

.display-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ccc;
  padding: 1rem;
  border-radius: 0px;
  background-color: #f8f8f8;
}

.option-header {
  font-weight: bold;
  margin-bottom: 0.75rem;
  text-align: center;
}

.option-links {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
/*
.option-links a {
  padding: 0.5rem 1rem;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9rem;
}
*/

/* CONTENT */


@media screen and (max-width: 768px) {
	.page-dep-first{
		width:98%; margin: 0 auto;  position:relative; margin-top:90px
	}
	
.page-dep {
    width: 98%;
	display:block;
  }

  .home-info {
    padding: 0px 10px; /* Mobilde sağ ve soldan daralt */
    font-size: 17px; /* Daha okunabilir, istersen sabit kalabilir */
  }

  .home-info img {
    display: none; /* Görseli mobilde gizle */
  }
	
	.info-img{
		display:none;
	}
	
	
.display-options-wrapper {
    width: 98% !important;
    margin: 0 auto;
    display: block !important;
  }

  .display-options-wrapper .display-option {
    display: none;
  }

  .display-options-wrapper .display-option:nth-child(2) {
    display: block !important;
  }	
	
	
.slider-wrapper {
  width: 100%;
  margin: 0 auto;
}

.slider {
  width: 100%;
  position: relative;
	height:100px;
	background-color:#f4f4f4;
}
	
.dep-container{
	margin-top:20px;
}
	
	.harmonia-motto{
		width:98%; margin: 0 auto;  position:relative; margin-top:90px
	}
	
	.harmonia-motto-title{
		font-size:28px; font-weight:500; font-variant-caps: titling-caps;
	}
	
	.harmonia-motto-subtitle{
		font-size:28px; font-weight:200; font-variant-caps: titling-caps; transform: scaleY(1.3);
	}
	
	
.pub-list-container{
	/*display:flex; align-items: center; flex-direction: row; justify-content: space-around; flex-wrap: wrap; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; */
	
	
	margin:40px 0px;
	
	display: flex;
    /*justify-content: space-between;*/ 
    width: 100%;
    gap: 0px; 
	flex-wrap: wrap;
	justify-content: flex-start;
	display: grid; grid-template-columns: 1fr;
}

	.kallistes-header{
		position:fixed; top:0px; left:0px; width:100%; text-align:center; height:90px; background-color:white; z-index:999
	}
	
	/*
	.kallistes-header-content{
		width:100%; margin: 0 auto; display:flex; gap:10px; align-items: center; background-color:#f4f4f4;
	}
	*/
	
	/*
	.kallistes-header-content {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
    align-items: center;
		background-color:#f4f4f4;
  }

	.header-lang{
		margin-top:-20px; font-variant:small-caps; font-size:18px; font-weight:300; text-align:right; justify-self: end; background-color:#666;
	}
	*/
	
	.kallistes-header-content {
    display: grid;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto auto;
    align-items: center;
		background-color:#f4f4f4;
  }

  .kallistes-header-content > div:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3; /* logo 2 satırı da kaplar */
  }

  .kallistes-header-content > div:nth-child(2),
  .kallistes-header-content > div:nth-child(3) {
    grid-column: 2 / 3;
    text-align: right;
    margin-right: 20px;
  }

  .kallistes-header-content > div:nth-child(2) {
    grid-row: 1 / 2; /* motto */
	  padding-top: 30px;
  }

  .kallistes-header-content > div:nth-child(3) {
    grid-row: 2 / 3; /* dil seçimi */
    margin-top: -20px;
  }

  .logo-link {
    font-size: 18px; /* isteğe bağlı küçültme */
  }
	
	.header-lang{
		font-variant:small-caps; font-size:16px; font-weight:300
	}
	
	
	
}


@media screen and (min-width: 769px) {
	
	.kallistes-header{
		position:fixed; top:0px; left:0px; width:100%; text-align:center; height:90px; background-color:white; z-index:999
	}
	
	.kallistes-header-content{
		width:80%; margin: 0 auto; display:flex; gap:30px; align-items: center;
	}
	
	.header-lang{
		margin-left: auto; margin-top:-20px; font-variant:small-caps; font-size:16px; font-weight:300
	}
	
	
	
  .display-options-wrapper {
display:flex; gap:1rem; justify-content:center; margin-bottom:10px; flex-wrap: wrap; justify-content: flex-start; display: grid; grid-template-columns: 1fr 1fr;
  }
	
.page-dep-first{
	width:80%; margin: 0 auto;  position:relative; margin-top:90px
}
	
.slider-wrapper {
  width: 100%;
  margin: 0 auto;
}

.slider {
  width: 100%;
  position: relative;
	height:400px;
	background-color:#f4f4f4;
}
	
	
	.dep-container{
	margin-top:120px;
}
	
	.harmonia-motto{
		width:80%; margin: 0 auto;  position:relative; margin-top:90px
	}
	
	.harmonia-motto-title{
		font-size:36px; font-weight:500; font-variant-caps: titling-caps;
	}
	
	.harmonia-motto-subtitle{
		font-size:36px; font-weight:200; font-variant-caps: titling-caps; transform: scaleY(1.6);display: inline-block;
	}
	
	
	
.pub-list-container{
	/*display:flex; align-items: center; flex-direction: row; justify-content: space-around; flex-wrap: wrap; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; */
	
	
	margin:40px 0px;
	
	display: flex;
    /*justify-content: space-between;*/ 
    width: 100%;
    gap: 10px; 
	flex-wrap: wrap;
	justify-content: flex-start;
	display: grid; grid-template-columns: 1fr 1fr 1fr;
}
	
	

	
}



.img-fix{
	width:100%;
	height:auto;
}

.img-70{
	width:70%;
	height:auto;
}


.page-dep{
	width:80%; margin: 30px auto;  position:relative; gap: 10px; 
	flex-wrap: wrap;
	justify-content: flex-start;
	display: grid; grid-template-columns: 1fr 1fr; 
}

.home-info {
  display: flex;
  flex-direction: column; /* alt alta dizilecekse */
  justify-content: center; /* dikeyde ortalar */
  font-family: Merriweather;
  font-size: 18px;
  font-weight: 300;
  height: 100%; /* veya belirli bir yükseklik */
	padding:0px 40px;
}

.angled-top {
  width: 100%;
  height: 100px;
  background-color: #E5E5E5;
  clip-path: polygon(0 100%, 100% 100%, 0 0);
}

.middle-block {
  background-color: #E5E5E5;
  padding: 3rem;
  font-size: 1.2rem;
  text-align: center;
}

.angled-bottom {
  width: 100%;
  height: 100px;
  background-color: #E5E5E5;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}


.over-image-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center; /* yatay ortalama */
  align-items: center;     /* dikey ortalama */
  
}




.kledon-list-container{
	/*display:flex; align-items: center; flex-direction: row; justify-content: space-around; flex-wrap: wrap; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; */
	
	
	margin:40px 0px;
	
	display: flex;
    /*justify-content: space-between;*/ 
    width: 100%;
    gap: 10px; 
	flex-wrap: wrap;
	justify-content: flex-start;
	display: grid; grid-template-columns: 1fr 1fr;
}

.lang-btn{
	text-align:center; padding:7px 0px; background-color:white; cursor:pointer; text-decoration:none; color:black;
}

.lang-btn:hover{
	background-color:#e5e5e5;
	text-decoration:none;
	color:inherit;
}

.pub-list-card{
	
	padding:30px;
	border:1px solid #e5e5e5;
}

.meet-card {
    padding: 20px;
    text-align: left;
    transition: background-color 0.5s ease; 
	/*cursor:pointer;*/
	background: #f9f9f9;
}



.meet-card:hover {
    background: #A3472B;
	color:black;
	text-decoration: none;
}

	
	
.meet-card-content{
	background-color:#fff;
	text-decoration: none;
	border:1px solid #f9f9f9;
	padding:10px;
}
	
	
.meet-card-title{
	font-size:24px;
	font-weight:400;
	height: 150px;
	color:#000;
}
	
.meet-card-seans{
	font-size:16px;
	font-weight:400;
	color:black;
}
	
.meet-card-date{
	font-size:14px;
	font-weight:400;
	color:black;
}
	
.meet-card:hover .meet-card-seans {
    color:white;
}

.meet-card:hover .meet-card-date {
    color:white;
}

	
.meet-card:hover .meet-card-seans {
    color:white;
}
	
.meet-card:hover .meet-card-title {
    color:white;
	text-decoration: none;
}
	
.meet-card:hover .meet-price {
    color:white;
	background-color: #A3472B;
}	
	
/* İÇERDEKİ RESİM İÇİN */
.img-meet-fix {
    width: 100%; 
	height: auto;
    transition: transform 0.5s ease; 
}


.meet-card:hover .img-meet-fix {
    transform: scale(1.2);
    transition: transform 0.4s ease; 
}

.meet-card:hover .meet-card-content {
    background-color: #A3472B; 
    transition: background-color 0.4s ease; 
	text-decoration: none;
}
	
	
.meet-price {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ff9933;
    text-align: center;
    color: black;
    font-size: 12px;
    font-weight: 400;

   
    display: flex;
    align-items: center;
    justify-content: center;
}


.meet-mag-page {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color:black;
    text-align: center;
    color: white;
    font-size: 21px;
    font-weight: 400;

   
    display: flex;
    align-items: center;
    justify-content: center;
	overflow:hidden;
}

.meet-card-content:hover .meet-mag-page {
    color:black;
	background-color: #fff;
}
	
	
.mag-image-container {
    width: 100%; 
    height: auto; 
    max-height: 100vh; 
    overflow: hidden; 
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.mag-image-container img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    object-position: center center; 
}






/*  SVG IKONLAR */


.amblem-zemin-top svg {
  width: 90px;
  height: 120px;
	color: #f4ea4f;
	vertical-align: middle;
	display: inline-flex;
  align-items: center;
}



/* MENÜ */

.menu-main-btn{
	font-size:15px;
	font-weight:500;
	color:#fff;
	text-decoration:none;
	font-variant:small-caps;
}

.menu-main-btn:hover{
	color:inherit;
	text-decoration:none;
}

.menu-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #111;
	/*background-color:#A3472B;*/
  color: #A3472B;
	color:white;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  z-index: 1000;
	font-weight:500;
	font-variant:small-caps;
}

.menu-panel {
  position: fixed;
  bottom: -100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #111;
  color: #A3472B;
  transition: bottom 0.6s ease;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.menu-panel.open {
  bottom: 0;
}

.menu-content {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  /*font-size: 1.6rem;*/
	flex-direction: row;
  justify-content: space-around;
}

.menu-content {
  display: flex;
  width: 100%;
  height: 100%;
}

.menu-item {
  flex: 1;
  height: 100%;
  /*cursor: pointer;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
  color: #A3472B;
  padding: 2rem;
  text-align: center;
}

.menu-item-1 {
  background-color: #222;
}

.menu-item-2 {
  background-color: #111;
}

.menu-item-3 {
  background-color: #000;
}
/*
.menu-item:hover {
  color: #E8E6B1;  Solgun limonun açık tonu 
}
*/

.close-button {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  font-size: 2rem;
  background: none;
  color: #A3472B;
  border: none;
  cursor: pointer;
}


.menu-title{
	font-size:30px;
	font-weight:500;
	font-variant:small-caps;
	color:white;
}

.menu-title-line{
	border-bottom:1px solid #E8E6B1;
	width:25%;
	margin:40px 0px;
}

.menu-desc{
	font-size:16px;
	font-weight:400;
	text-align:center;
	margin-bottom:30px;
	color:white;
	width:65%;
}


.blog-title{
		font-family: "Playfair Display", serif;
		font-optical-sizing: auto;
		font-weight:400;
		font-style:italic;
		font-size:52px;
	}


.blog-spot{
		font-family: "Playfair Display", serif;
		font-optical-sizing: auto;
		font-weight:400;
		font-style:italic;
		font-size:24px;
		margin:40px 0px;
	}
	
	
	.blog-dipnot{
		font-size:12px;
		font-style:italic;
	}
	
	.blog-txt {
		  column-count: 2;
		  column-gap: 50px;
		text-align:left;
		margin:35px 0px;
		font-family: "Playfair Display", serif;
		}


	.blog-txt-cont {
		  column-count: 2;
		  column-gap: 50px;
		text-align:left;
		margin:35px 0px;
		font-family: "Playfair Display", serif;
		}

	
	

.blog-small-img {
  width: 70%;  /* Görselin sütunun %80'ini kaplamasını sağlar */
  max-width: 84%;  /* Taşmayı önler */
  display: block;  /* Inline yapısını kaldırır */
  margin: 20px auto; /* Üstten ve alttan boşluk bırak, yatayda ortala */
  break-inside: avoid; /* Görselin iki sütun arasında bölünmesini engeller */
}


		@media (max-width: 768px) {
		  .blog-txt {
			column-count: 1;
			  text-align:left;
			  margin:35px 0px;
		  }
		  .blog-txt-cont {
			column-count: 1;
			  text-align:left;
			  margin:35px 0px;
		  }
			
		}
	
	
	.blog-txt::first-letter {
	  font-size: 6em;  
	  font-weight: bold; 
	  color: #333; 
	  float: left; 
	  margin-right: 7px; 
	}


.blog-img-container{
	width: 100%; /* Container içinde tam genişlikte olmalı */
	margin:40px 0px;
}

.blog-img {
  width: 100%; /* Container içinde tam genişlikte olmalı */
  height: auto;
  display: block; /* Resmin etrafında boşluk kalmaması için */
  max-width: 100%; /* Taşmayı önler */
	
}	
	


/* Mobilde her şey tek sütuna düşsün */
@media (max-width: 768px) {
  .blog-container {
    grid-template-columns: 1fr;
	 width:94%;
  }

  .blog-small-img {
    width: 100%; /* Mobilde tam genişlik */
  }
}



/* FORMLAR ve BUTTONLAR */


.button-hover-fill {
  position: relative;
  overflow: hidden;
  display: inline-block;
  color: #A3472B; /* metin rengi */
  transition: color 0.3s ease;
	padding:10px 15px;
	font-size:16px;
	font-weight:300;
	border:1px solid #fff;
	text-decoration: none;
	font-variant:small-caps;
}

.button-hover-fill::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: black;  doldurulacak renk */
	background-color:white;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  z-index: 0;
	color:black;
}

.button-hover-fill:hover::before {
  transform: translateY(0%);
	text-decoration: none;
}

.button-hover-fill > * {
  position: relative;
  z-index: 1;
}



.white-button-hover-fill {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #f4f4f4;
  text-decoration: none;
  font-variant: small-caps;
  background-color: white;
  color: #A3472B;
  transition: color 0.3s ease;
}

.white-button-hover-fill::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  z-index: 1;
}

.white-button-hover-fill:hover::before {
  transform: translateY(0%);
}

.white-button-hover-fill span {
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}

.white-button-hover-fill:hover span {
  color: white;
}




/* Tema varyasyonları */
.button--dark {
  color: #A3472B;
  border: 1px solid #A3472B;
  background: transparent;
}

.button--dark::before {
  background-color: black;
}

.button--light {
  color: #111;
  border: 1px solid #111;
  background: transparent;
}

.button--light::before {
  background-color: white;
}

/* Boyut varyasyonları */
.button--big {
  padding: 1rem 2rem;
  font-size: 1.1rem;
  border-radius: 6px;
}

.button--small {
  padding: 0.4rem 1rem;
  font-size: 0.8rem;
  border-radius: 3px;
  text-transform: none;
  letter-spacing: 0.01em;
}

.cosmos-btn{
	border:1px solid #ccc; padding:12px 25px; margin:5px; display: inline-block; text-decoration:none; cursor:pointer; color:black;
}

.cosmos-btn:hover{
	text-decoration:none;
	background-color:#000;
	color:white;
	border:1px solid #000;
}



/* SLIDER */


/*
.slide {
  display: none;
}

.slide.active {
  display: block;
}
*/
.slide img {
  width: 100%;
  height: auto;
  display: block;
}

.slide {
  opacity: 0;
  transition: opacity 0.9s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slide.active {
  opacity: 1;
  position: relative;
  z-index: 1;
}


/* Bu kısım artık görselin DIŞINDA */
.slider-controls-below {
  display: flex;
  justify-content: flex-end;
  gap: 0.1rem;
  padding-top: 1rem;
  padding-right: 1rem;
}

.slider-controls-below a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #788dc4;
  color: #111;
  text-decoration: none;
  font-size: 1.3rem;
  border-radius: 0px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.slider-controls-below a:hover {
  background: #000;
	color: #FFF;
}


@media screen and (max-width: 768px) {
  .page-dep {
    width: 98%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-info {
    padding: 0px 10px;
    font-size: 17px;
  }

  .home-info img {
    display: none;
  }
}
