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


	html, body{ 
    /*background-color:#000;*/
	padding: 0; 
	margin: 0;
	font-size:14px;
	font-family: "optima-lt-pro", sans-serif;
	font-weight: 100;
	font-style: normal;
	color: #000; 
	text-decoration: none;
	height: 100%;
    overflow-x: hidden;

	}


	.pc{
		display:block;
	}


.transition{ 
	-webkit-transition: all 750ms ease-in-out; 
	-moz-transition: all 750ms ease-in-out; 
	-ms-transition: all 750ms ease-in-out; 
	-o-transition: all 750ms ease-in-out; 
	transition: all 750ms ease-in-out; 
}
* {
  box-sizing: border-box;
}

.link-clean {
  color: inherit;         
  text-decoration: none;   
  cursor: pointer;         
}

.link-clean:hover {
  text-decoration: none;
	color: inherit;
}
.genel-link {
  color: #333;
  text-decoration: none;
}

.genel-link:hover {
  color: #000;
	text-decoration: underline;
}

.shadow{box-shadow: 1px 1px 1px 1px #ccc;}
.img-fix{ width:100%; height:auto}
.img-gs{ filter: grayscale(0%) }
.img-gs:hover{ filter: grayscale(0%) }

.top-submenu{
	font-size:10px; color:#999
}

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

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

p.manifesto {
  font-family: 'Cormorant Garamond', serif;
font-weight:400;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
	padding:10px 25px;
}


.earthling-kunye{
	display: grid; grid-template-columns: 30% 70%; gap: 20px; width: 100%; margin: 0px auto; 	box-shadow: 0 -0.25px 0 0 #000, 0 0.25px 0 0 #000, 0.25px 0 0 0 #000, -0.25px 0 0 0 #000;
}

.earthling-kunye-photo{
	padding:25px; background-color:#f4f4f4; display:flex; align-items:center; justify-content:center;
}



.session-btn{
	border:1px solid #000; background-color:#000; padding:12px 25px; margin:5px; display: inline-block; text-decoration:none; color:white;
}

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

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


.court-container-pc{
	border:1px solid #ccc; margin:30px 0px; padding:20px;
	/*display:none;*/
}



.earthlings-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 100%;
    margin: 80px auto;
}

.earthling-card {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #ddd; /* Dikey çizgi */
    padding-left: 20px;
	flex: 0 0 48%; 
}


.earthling-row {
  display: flex;
  flex-direction: row;         /* sütunlar yan yana */
  align-items: flex-start;     /* üstten hizala */
  justify-content: space-between; /* iki blok arası boşluk */
  gap: 20px;                   /* aradaki mesafe */
  width: 100%;
  margin-bottom: 20px;
	
}

.earthling-card-img {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #ddd; 
    padding: 20px 0px 0px 20px;
	flex: 0 0 48%; 
	border-top-left-radius:30px;
	overflow:hidden;
}



.earthling-card-text {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #ddd; /* Dikey çizgi */
    padding-left: 40px;
	flex: 0 0 48%; 
	text-align:left;
}

.earthling-image-album {
    width: 100%;
    height: auto;
	border:15px solid #fff;
	transition: transform 0.4s ease-in-out, border-color 0.4s ease-in-out;
}



.earthling-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 14px;
    color: #333;
    font-weight: 300;
}

.earthling-date {
    font-size: 16px;
    font-weight: 500;
    color: #000;
	text-align:right;
}

.earthling-identity {
    font-size: 12px;
    font-weight: 200;
    color: #000;
	text-align:right;
}


.earthling-info {
    margin-bottom: 20px;
}

.earthling-name {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}

.earthling-title {
    font-size: 18px;
    color: #111;
    margin: 5px 0;
    /*font-family: Garamond;*/
}


.earthling-species {
    font-size: 18px;
    color: #444;
    margin: 5px 0;
}

.earthling-note {
    font-size: 14px;
    color: #777;
    text-transform: uppercase;
}

.earthling-image {
    width: 100%;
    height: auto;
    display: block;
	border:0px solid #fff;
	transition: transform 0.4s ease-in-out, border-color 0.4s ease-in-out;
	overflow:hidden;
}

.earthling-image:hover {
	border:0px solid #000;
	/*transform: scale(1.04);*/
}


.earthling-image-img {
	transform: scale(1.00);
	transition: transform 0.4s ease-in-out, border-color 0.4s ease-in-out;
}




.earthling-image-img:hover {
	transform: scale(1.14);
	transition: transform 0.4s ease-in-out, border-color 0.4s ease-in-out;
}



.earthling-label {
    position: absolute;
    top: 50px; /* Yukarıdan 50px */
    right: -15px;  /* Sağa yaslı */
    background-color: #fff;
    padding: 10px 25px 10px 15px;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.1);*/
    z-index: 10;
	font-size:12px;
	font-weight:200;
	color:#000;
	
	display: flex;
    align-items: center; 
	
	border-top-left-radius: 25px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 25px;
}




.events-wrapper {
    width: 100%;
    margin: 0px 0px 60px 0px;
	padding-top:60px;
}

.dep-events-wrapper {
    width: 100%;
    margin: 60px 0px 20px 0px;
}


.pretitle {
    font-size: 12px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 0px;
}

.line-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.line-title h2 {
    font-size: 48px;
    font-weight: 300;
    white-space: nowrap;
}

.line-title .line {
    flex: 1;
    height: 1px;
    /*background: #000;*/
	margin-top:10px;
	box-shadow: 
        0 -0px 0 0 #000,   /* üst */
        0 0.25px 0 0 #000,    /* alt */
        0px 0 0 0 #000,    /* sağ */
        -0px 0 0 0 #000;   /* sol */
}

.events-content {
    display: flex;
    justify-content: space-between;
    gap: 5%;
    padding: 0px 0px 20px 0px;
    /*border-top: 1px solid #000;
    border-bottom: 1px solid #000;*/
	box-shadow: 
        0 -0px 0 0 #000,   /* üst */
        0 0.25px 0 0 #000,    /* alt */
        0px 0 0 0 #000,    /* sağ */
        -0px 0 0 0 #000;   /* sol */
}

.events-dates {
    width: 25%;
    font-size: 14px;
	text-align:left;
}

.events-dates .date {
    color: #777;
    margin-bottom: 8px;
}

.events-dates .today {
    font-weight: bold;
    color: #000;
}

.events-info {
    width: 70%;
    display: flex;
    justify-content: space-between;
    gap: 5%;
}

.event h3 {
    font-size: 28px;
    margin-bottom: 5px;
}

.event p {
    font-size: 14px;
    margin: 0 0 5px 0;
}




.display-block-mobile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
	margin-top: 3rem;
	width:calc(100% - 40px);
}

.display-block-mobile > div {
  flex: 1 1 100%; /* Mobilde tek sütun */
}
.ucretsiz {
  color: #2e7d32; /* doğal bir yeşil ton */
  font-style: italic;
}	
	
	.info-block{
		border:1px solid #e5e5e5;
		padding:25px;
	}

@media (min-width: 768px) {
  .display-block-mobile > div {
    flex: 1 1 30%; /* Masaüstünde üçlü sütun */
  }
}
	
	
	@media (min-width: 768px) {
    .info-block {
      flex: 1 1 30% !important;
      max-width: 30% !important;
    }
  }

.potteria-info{
	font-size:12px;
	font-weight:400;
	color:#999;
	font-variant:small-caps;
	display:inline-block;
	width:80px;
}

.potteria-info-row{
	padding:7px 0px;
	border-bottom:1px dashed #ccc;
}

.seans-list{
	padding:8px; border-bottom:1px dashed #e5e5e5
}


.form-reg-row{
	margin-bottom:10px;
}


.form-reg-input {
    border: 1px solid #e5e5e5;
    padding: 8px;
    background-color:transparent;
	width:100%;
	color:#000;
}

.form-reg-input:focus {
    outline: none; 
    border-color:#ccc;
}


.calendar-pagemenu{
	display:flex; gap:20px; text-align: right; border-bottom:1px dashed #ccc; margin-bottom:20px
}

.polites-content-title{
	font-weight:800; font-size:18px; margin-bottom:20px
}


.polites-info-container{
	display:flex; column-gap:20px;  margin-bottom:5px; border-bottom:1px dashed #ccc; padding:10px 0px
}

.polites-info-left{
	width:35%; text-align:right; font-variant:small-caps; font-size:15px;
}

.polites-info-right{
	width:65%; font-size:15px;
}

.polites-info-container-genel{
	display:flex; column-gap:20px;  margin-bottom:5px; border-bottom:0px dashed #ccc; padding:10px 0px
}

/*
.checkbox-label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 1px solid #666;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background: #fff;
  position: relative;
}

.checkbox-label input[type="checkbox"]::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

.checkbox-label input[type="checkbox"]:checked::before {
  opacity: 1;
}

*/

.required-lock {
  font-size: 12px;
  color: #888;
}





.info-icon {
  font-family: sans-serif;
  font-size: 1rem;
  color: #444;
  cursor: help;
}

.tooltip-container {
  position: relative;
  display: inline-block;
	
}

.tooltip-text {
  visibility: hidden;
  width: 300px;                /* max-width değil, sabit genişlik */
  background-color: #222;
  color: #fff;
  text-align: left;
  padding: 10px;
  border-radius: 4px;
  font-size: 0.85rem;
  position: absolute;
  z-index: 10;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
font-weight:300;

  white-space: normal;          /* Satır kayması için */
  overflow-wrap: break-word;    /* Kelime sonlarında kırılabilir */
  word-break: normal;           /* Harf harf kırma yok */
	z-index:1000000000000000000;
}


.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.icon-mask-title svg {
  width: 30px;
  height: 30px;
	color: #000;
	vertical-align: middle;
	display: inline-flex;
  align-items: center;
  gap: 20px;
	margin-left:20px;
	
}


.icon-mask-btn svg {
  width: 20px;
  height: 20px;
	color: #000;
	vertical-align: middle;
	display: inline-flex;
  align-items: center;
  gap: 20px;
	margin-left:20px;
	
}



.icon-mask-eis svg{
	  width: 80px;
  height: 80px;
	color: #000;
	vertical-align: middle;
	display: inline-flex;
  align-items: center;
  gap: 20px;
	margin-left:20px;

}






.parent {
  display: flex;
  align-items: center;     /* düşeyde ortalama */
  justify-content: center; /* yatayda ortalama */
}

.icon-mask svg {
  width: 44px;
  height: 44px;
	color: #000;
}

.icon-mask-footer svg {
  width: 30px;
  height: 30px;
	color: #000;
	 justify-content: center;
}

.icon-mask-footer:hover svg {
	color: #3399ff;
}


.icon-info-blue svg {
  width: 16px;
  height: 16px;
	color:#80b9cd;
	vertical-align: middle;
	display: inline-flex;
  align-items: center;
  gap: 4px;
}

.icon-info-blue:hover svg {
  /*animation: ikonTitresin 0.4s ease-in-out;*/
	color:black;
}

@keyframes ikonTitresin {
  0%   { transform: translate(0, 0); }
  20%  { transform: translate(-1px, 1px); }
  40%  { transform: translate(1px, -1px); }
  60%  { transform: translate(-1px, 1px); }
  80%  { transform: translate(1px, -1px); }
  100% { transform: translate(0, 0); }
}
/* animation: ikonTitresin 0.4s ease-in-out; */

@keyframes tanrisalTitresim {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(1deg); }
  50%  { transform: rotate(-1deg); }
  75%  { transform: rotate(1deg); }
  100% { transform: rotate(0deg); }
}

/*  */

@keyframes salkim-sal {
  0%, 100% { transform: rotate(-10deg); }
  50%      { transform: rotate(10deg); }
}

.icon svg {
  animation: salkim-sal 1.5s ease-in-out infinite;
  transform-origin: top center;
}


@keyframes auraPulse {
  0%, 100% { box-shadow: 0 0 0px #e6b70066; }
  50%      { box-shadow: 0 0 25px #e6b700aa; }
}

.alert-glow svg {
  /*animation: auraPulse 3s ease-in-out infinite;*/
	animation: drift 6s ease-in-out infinite;
}


@keyframes drift {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(8px); }
  100% { transform: translateY(0px); }
}


@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.75; }
}

.pulse-icon svg {
  animation: pulse 1.8s ease-in-out infinite;
}


@keyframes spin {
  100% { transform: rotate(360deg); }
}

.spin-icon svg { /* kendi ekseninde dönüyor */
  animation: spin 2s linear infinite;
}


@keyframes wave {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

.wave-icon svg {
  animation: wave 3s ease-in-out infinite;
}


@keyframes maskReveal {
  0%   { transform: scale(0.9); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

.reveal-icon svg {
  animation: maskReveal 0.6s ease-out forwards;
}


@keyframes glow {
  0%, 100% { filter: drop-shadow(0 0 0 rgba(255, 255, 0, 0)); }
  50% { filter: drop-shadow(0 0 8px rgba(255, 255, 0, 0.6)); }
}

.glow-icon svg {
  animation: glow 2s ease-in-out infinite;
}





  @media (max-width: 768px) {
	  #topmenu-pc{
		 display:none;
	  }
	  #topmenu-mobil{
		 position:fixed; width:40px; height:40px; top:7px; left:calc(100% - 47px); border-radius:50%; background-color:black; font-size:24px; text-align:center; color:white; z-index: 10000
	  }
	  
	  #pagemenu-mobil{
		 width:40px; height:40px; border-radius:50%; background-color:black; font-size:24px; text-align:center; color:white
	  }
	  
	  #pagemenu-content{margin:0px; text-align:left; display:none; position:fixed; width:100%; height:100%; top:0px; left:0px; color:white; z-index:1000000000; background-color:black;}
	  
	  
	  
	  .mobil-menu-item{
		  border-bottom:1px dashed #555; padding:10px; color:white;
	  }
	  
	  .mobil-menu-item:hover{
		  background-color:#444;
		  text-decoration:none;
		  color:white;
	  }
	  
	  
	  
	.peripatos-container{
		display: flex; border-bottom:1px solid #e5e5e5; margin-bottom:10px; padding:10px 0px;
		flex-direction: column;
		text-align: left;
		gap: 10px;
	}

	.peripatos-left{
		width:calc(100% - 0px); font-family:Sarabun; font-size:21px; font-weight:500
	}

	.peripatos-right{
		width:calc(100% - 0px); text-align: left; font-family:Sarabun; font-size:14px; font-weight:300
	}	
	  
	  
	  
	.meow-container{
		display: flex; border-bottom:1px solid #e5e5e5; margin-bottom:10px; padding:10px 0px;
		flex-direction: column;
		text-align: left;
		gap: 0px;
	}

	.meow-left{
		width:calc(100% - 0px); font-family:Sarabun; font-size:21px; font-weight:500; text-align:left;
	}
	  
	  
	 .meow-left-info{font-size:14px; font-weight:300; font-family:Sarabun; margin:20px 0px; width:100%}


	.meow-right{
		width:calc(100% - 0px); text-align: left; font-family:Sarabun; font-size:14px; font-weight:300
	}
	  
	  
	.meow-center-left{
		display:none;
	}

	.meow-center-right{
		display:none;
	}
	  
	  
	.polites-container{
		display: flex; gap:0px; border-bottom:1px solid #e5e5e5; margin-bottom:10px; padding:0px 0px;
		flex-direction: column;
		text-align: left;
		
	}

	.polites-left{
		display:none;
	}

	.polites-right{
		width:calc(100% - 0px); text-align: left; font-family:Sarabun; font-size:14px; font-weight:300
	}

	.polites-center-left{
		display:none;
	}

	.polites-center-right{
		display:none;
	}
	  
	  
	.polites-left-btn{
		margin:2px 0px; border-bottom:1px dashed #ccc; padding:12px 25px; display: inline-block; text-decoration:none; cursor:pointer; width: auto;
		align-self: end; color:black;
	}

	.polites-left-btn:hover{
		text-decoration:none;
		background-color:#444;
		color:white;
		border-bottom:1px dashed #444;
	}
	  
	  
	.polites-left-act-btn{
		margin:2px 0px; border-bottom:1px dashed #000; background-color:black; padding:12px 25px; display: inline-block; text-decoration:none; cursor:pointer; width: auto;
		align-self: end; color:white;
	}

	.polites-left-act-btn:hover{
		text-decoration:none;
		background-color:#444;
		color:white;
		border-bottom:1px dashed #444;
	}
	  
	  
	  
	  
	  
	  
	  
  }







  @media (min-width: 769px) {
	  #topmenu-pc{
		 position: fixed; top: 0px; left: 0; width: 100%; z-index: 100; display: flex; justify-content: center; 
	  }
	  #topmenu-mobil{
		 display:none;
	  }
	  
	  #pagemenu-mobil{
		 display:none
	  }
	  
	  #pagemenu-content{display:none}
	  
	  
	.peripatos-container{
		display: flex; gap:30px; text-align: right; border-bottom:1px solid #e5e5e5; margin-bottom:10px; padding:30px 0px
	}

	.peripatos-left{
		width:calc(39% - 0px); font-family:Sarabun; font-size:21px; font-weight:500
	}

	.peripatos-right{
		width:calc(59% - 0px); text-align: left; font-family:Sarabun; font-size:14px; font-weight:300
	}
	  
	  
	  
	.meow-container{
		display: flex; gap:60px; text-align: right; border-bottom:1px solid #e5e5e5; margin-bottom:10px; padding:30px 0px; width:calc(100% - 60px)
	}

	.meow-left{
		width:calc(49% - 0px); font-family:Sarabun; 
	}
	  
	  .meow-left-info{font-size:14px; font-weight:300; font-family:Sarabun; margin:30px 0px 30px 30px}


	.meow-right{
		width:calc(49% - 0px); text-align: left; font-family:Sarabun; font-size:14px; font-weight:300
	}
	  
	.meow-center-left{
		width:calc(1% - 0px); border-right:1px dashed #ccc;
	}

	.meow-center-right{
		width:calc(1% - 0px); border-right:1px dashed #ccc;
	}
	  
	  
	  
	.polites-container{
		display: flex; gap:30px; text-align: right; border-bottom:1px solid #e5e5e5; margin-bottom:10px; padding:30px 0px
	}

	.polites-left{
		width:calc(39% - 0px); font-family:Sarabun; font-size:14px; font-weight:500;position: relative; /* Bu da gerekebilir, içerik için */
  z-index: 1;
	}

	.polites-right{
		width:calc(59% - 0px); text-align: left; font-family:Sarabun; font-size:14px; font-weight:300
	}

	.polites-center-left{
		width:calc(1% - 0px); border-right:1px dashed #ccc;
	}

	.polites-center-right{
		width:calc(1% - 0px); border-right:1px dashed #ccc;
	}
	  
	  
	.polites-left-btn{
		margin:2px 0px; border-bottom:1px dashed #ccc; padding:12px 25px; display: inline-block; text-decoration:none; cursor:pointer; width: auto;
		align-self: end; color:black;
	}

	.polites-left-btn:hover{
		text-decoration:none;
		background-color:#000;
		color:white;
		border-bottom:1px dashed #000;
	}
	  
	  
	.polites-left-act-btn{
		margin:2px 0px; border-bottom:1px dashed #000; background-color:black; padding:12px 25px; display: inline-block; text-decoration:none; cursor:pointer; width: auto;
		align-self: end; color:white;
	}

	.polites-left-act-btn:hover{
		text-decoration:none;
		background-color:#444;
		color:white;
		border-bottom:1px dashed #444;
	}
	  
	  
	  
	  
	  
	  
  }



.prosopa-list-btn{
	width: calc(50% - 10px); border:1px dashed #ccc; padding:20px; color:#000; cursor:pointer;
	text-decoration:none;
}

.prosopa-list-btn:hover{
	background-color:#000;
	color:white;
	text-decoration:none;
	border:1px dashed #000;
}

.prosopa-list-btn-disabled-div{
	width: calc(50% - 10px); border:1px dashed #e5e5e5; padding:20px; color:#666;
	text-decoration:none; ;
}

.prosopa-list-btn-disabled{
	opacity:0.4;
}


.onoma-littera{
	border:1px dashed #ccc; padding:8px; text-align:center; cursor:pointer; color:#000; text-decoration:none
}

.onoma-littera:hover{
	border:1px dashed #000; color:#fff; background-color:#000;text-decoration:none
}
.onoma-littera-reserved{
	border:1px dashed #e5e5e5; padding:8px; text-align:center; cursor:pointer; color:#999; text-decoration:none; opacity:0.8;
}




.home-menu-item{
	padding:30px 20px; color:white; font-family:Sarabun; font-weight:500; font-size:12px; border-top:0px solid #444; border-bottom:0px dashed #999; margin-bottom:0px; cursor:pointer; text-decoration:none; border-left:0px solid #fff; border-right:0px solid #fff; box-shadow: 
        0 -0px 0 0 #fff,   /* üst */
        0 0.25px 0 0 #fff,    /* alt */
        0px 0 0 0 #fff,    /* sağ */
        -0px 0 0 0 #fff;   /* sol */
}

.home-menu-item:hover{
	background-color:#000;
	text-decoration:none;
}


.home-menu-container{
	width:calc(100% - 0px); background-color:transparent; padding:0px 10px; display: flex; align-items: center; justify-content: center; box-sizing: border-box;
}


.pctop-menu-item{
	padding:30px 20px; color:black; font-family:Sarabun; font-weight:500; font-size:12px; border-top:0px solid #444; border-bottom:0px dashed #999; margin-bottom:0px; cursor:pointer; text-decoration:none; border-left:0px solid #fff; border-right:0px solid #fff; box-shadow: 
        0 -0px 0 0 #000,   /* üst */
        0 0px 0 0 #000,    /* alt */
        0px 0 0 0 #000,    /* sağ */
        -0px 0 0 0 #000;   /* sol */
}

.pctop-menu-item:hover{
	background-color:#000;
	text-decoration:none;
	color:white;
}

.pctop-menu-container{
	width:calc(100% - 0px); z-index:100000000000000; background-color:white; padding:0px 10px; display: flex; align-items: center; justify-content: center; box-sizing: border-box; box-shadow: 
        0 -0px 0 0 #000,   /* üst */
        0 0.25px 0 0 #000,    /* alt */
        0px 0 0 0 #000,    /* sağ */
        -0px 0 0 0 #000;   /* sol */
}




  .logo-link {
	/*transform: rotate(15deg);*/
	font-family:Merriweather;
	font-size:14px;
	font-weight:200;
    color: white;
    text-decoration: none;
	 font-variant:small-caps;
	  margin-top:65px;
	  padding:25px
  }

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

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



.tag-btn{
	padding:12px 20px; color:black; font-family:Sarabun; font-weight:500; font-size:12px; border:1px solid #e5e5e5;margin-bottom:0px; cursor:pointer; text-decoration:none;
}

.tag-btn:hover{
	background-color:#444;
	text-decoration:none;
	color:white;
}


  .btn-trans {
    border:1px solid #ccc; padding:8px 20px; margin-right:10px; color:black;
  }

  .btn-trans:hover {
    background-color:#ccc;
	   text-decoration: none;
  }


  .btn-trans a {
    text-decoration: none;
	  color:black;
  }




.peripatos-center-left{
	width:calc(1% - 0px); border-right:1px dashed #ccc;
}

.peripatos-center-right{
	width:calc(1% - 0px); border-right:1px dashed #ccc;
}


.peripatos-btn{
	margin:20px 0px; border:1px solid #ccc; padding:12px 25px; display: inline-block; text-decoration:none; cursor:pointer
}

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


.meow-btn{
	margin:20px 0px; border:1px solid #ccc; padding:12px 25px; display: inline-block; text-decoration:none; cursor:pointer
}

.meow-btn:hover{
	text-decoration:none;
	background-color:#ccc;
}


.eisodos-input{
	border:1px solid #ccc; padding:6px 10px 6px 10px; width:100%
}

.eisodos-frm-btn{
	margin:20px 0px; border:1px solid #000; padding:12px 25px; display: inline-block; text-decoration:none; cursor:pointer; background-color:black; color:white;
}

.eisodos-frm-btn:hover{
	text-decoration:none;
	background-color:#ccc;
	color:black;
	border:1px solid #ccc;
}

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

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


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

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


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

.cosmos-act-btn:hover{
	text-decoration:none;
	background-color:#fff;
	color:black;
	border:1px solid #ccc;
}


.sec-btn{
	font-variant:small-caps; color:#000; cursor:pointer; text-decoration:none; padding:5px 25px 10px 25px; text-align:center; background-color:#f4f4f4; border-radius:25px;
}

.sec-btn:hover{
	background-color:#000;
	color:white;
	text-decoration:none;
}


.alert-btn{
	margin:2px 0px; border-bottom:1px dashed #000; background-color:#000; padding:12px 25px; text-decoration:none; cursor:pointer;  color:white
}

.alert-btn:hover{
	text-decoration:none;
	background-color:#e5e5e5;
	color:black;
	border-bottom:1px dashed #e5e5e5;
}


.polites-left-btn-pass{
	margin:2px 0px; border-bottom:1px dashed #ccc; padding:12px 25px; display: inline-block; text-decoration:none; cursor:pointer; width: auto;
    align-self: end; color:#999
}



.polites-btn{
	margin:20px 0px; border:1px solid #ccc; padding:12px 25px; display: inline-block; text-decoration:none; cursor:pointer; 
}

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


.delphoi-link {
  text-decoration: underline;
  /*color: inherit;*/
  font: inherit;
  cursor: pointer;
	color:#555;
  transition: text-decoration 0.2s ease-in-out;
}

.delphoi-link:hover {
  text-decoration: none;
	color:black;
}



	 /* ALERT */
	  
	.agora-alert {
		padding: 20px;
		border-radius: 0px;
		font-size: 14px;
		margin-bottom: 1rem;
		border: 1px solid transparent;
		background-repeat: no-repeat;
		min-height: 140px;
		background-size: cover;
		background-position: center;
		color: white;
		display: flex;
		align-items: center; /* dikey orta */
		line-height: 1.5;
		user-select: text;
		justify-content: flex-start; /* soldan hizalı */
		position: relative; /* ::before için gerekli */
	}



		.dionysos-warn { /* Sınır/uyarı */
		  position: relative;
		  z-index: 1;
		  background-color: rgba(214,195,155, 0.3);
		  color: #000;
		border-color: #d6c39b;

		}

		.dionysos-warn::before {
		  content: "";
		  position: absolute;
		  top: 0; left: 0;
		  width: 100%;
		  height: 100%;
		  background-image: url('/media/images/interface/vazo-kadinbasi.png');
		  background-position: top left;
		  background-repeat: no-repeat;
		  background-size: auto 80px;
		  opacity: 0.3; /* sadece arka planın opaklığı */
		  z-index: -1; /* yazının arkasında kalması için */
		}


		.oracle-error { /* Sınır/uyarı */
		  position: relative;
		  z-index: 1;
		  background-color: rgba(218,184,187, 0.3);
		  color: #000;
		border-color: #dab8bb;
			flex-direction: column;
		text-align: left;
			align-items: center;     /* dikeyde ortalar */
  			justify-content: center; 

		}

		.oracle-error::before {
		  content: "";
		  position: absolute;
		  top: 0; left: 0;
		  width: 100%;
		  height: 100%;
		  background-image: url('/media/images/interface/vazo-kadinbasi.png');
		  background-position: top left;
		  background-repeat: no-repeat;
		  background-size: auto 80px;
		  opacity: 0.3; /* sadece arka planın opaklığı */
		  z-index: -1; /* yazının arkasında kalması için */
		}


		.agora-bless { /* Başarı / Onay */
		  position: relative;
		  z-index: 1;
		  background-color: rgba(206,245,205, 0.3);
		  color: #000;
		border-color: #cef5cd;

		}

		.agora-bless::before {
		  content: "";
		  position: absolute;
		  top: 0; left: 0;
		  width: 100%;
		  height: 100%;
		  background-image: url('/media/images/interface/vazo-kadinbasi.png');
		  background-position: top left;
		  background-repeat: no-repeat;
		  background-size: auto 80px;
		  opacity: 0.3; /* sadece arka planın opaklığı */
		  z-index: -1; /* yazının arkasında kalması için */
		}


		.dikaioma-info { /* bilgi */
		  position: relative;
		  z-index: 1;
		  background-color: rgba(128,185,205, 0.3);
		  color: #000;
		  border-color: #80b9cd;
			display: block;
  width: 100%;

		}

		.dikaioma-info::before {
		  content: "";
		  position: absolute;
		  top: 0; left: 0;
		  width: 100%;
		  height: 100%;
		  background-image: url('/media/images/interface/vazo-kadinbasi.png');
		  background-position: top left;
		  background-repeat: no-repeat;
		  background-size: auto 80px;
		  opacity: 0.3; /* sadece arka planın opaklığı */
		  z-index: -1; /* yazının arkasında kalması için */
		}




.duyuru {
   position: absolute;
    bottom: 100px;
    left: 10%;
	width: 300px;
    height: 300px;
    background-color: transparent;
    display: flex;
    gap: 10px;
	z-index: 1100000000000000000;
	padding:20px 20px;
	transition: background 0.3s ease;
	cursor:pointer;
    align-items: center;
    justify-content: center;
}
	
	
.duyuru:hover {
    background-color: #ff9933;
}
	
	
.duyuru-content{
	background-color:black;
	width:100%;
	padding:20px 0px;
	color:white
}
	
	
.duyuru-title{
	font-size:36px; font-weight:400; color:#ff9933
}

.meet-duyuru-link{
	font-size:24px; font-weight:400; color:#ff9933
}

.duyuru:hover .meet-duyuru-link{
	color:black;
}
	
	
.duyuru-btn{
	background-color:#ff9933; border:0px; border-radius:25px; padding:12px 25px; cursor:pointer
}
	
	
.duyuru:hover .duyuru-content{
    background-color: #ff9933;
	color:black;
}
	
.duyuru:hover .duyuru-title{
	color:black;
}
	
.duyuru:hover .duyuru-btn{
	background-color:black;
	color:white;
}	


.fullscreen-bg {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
}
 
.fullscreen-bg__video {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%; 
}
		
#video-cover{
	position:fixed; 
	width:100%; 
	height:100%; 
	top:0px; 
	left:0px;
}


@media (min-aspect-ratio: 16/9) {
	.fullscreen-bg__video {
		height: 300%;
		top: -100%;
	}
}
 
@media (max-aspect-ratio: 16/9) {
	.fullscreen-bg__video {
		width: 300%;
		left: -100%;
	}
}
	
.wrapper {
    position: relative;
}

.overlay-container {
    position: absolute;
    /*top: 77vh;*/
    top: 50vh;
    width: 100%;
    z-index: 1000; 
	border-radius:30px;
	
	
	padding:0px;
	background-color:black;
}


.overlay-slider-container {
    position: absolute;
    /*top: 77vh;*/
    top: 58vh;
    width: 100%;
    z-index: 1000; 
	border-radius:50px;
	padding:0px;
	background-color:black;
}

.overlay-slider-content{
	background-color:white;
	border-radius:50px;
}



.overlay-content{
	background-color:white;
	border-radius:30px;
}

.overlay-container-page {
    width: 100%;
    z-index: 10000000000000000000; 
	
	padding:0px;
	background-color:black;
	margin-top:70px;
	border-radius:30px;
}



.genel-container {
    position: relative;
    width: 100%; 
	padding-bottom:10px;
}

.page-container {
    width: 100%; 
	padding-bottom:10px;
}




.page-content{
	width:80%; color:black; position: relative;
}


.first-meander-content{
	width:calc(100% - 40px); border:0px solid #e5e5e5;
}

.meander {
    width: 100%;
	background-image: url('/media/images/interface/meander-web.svg');
  	background-repeat: repeat-x;
  	background-size: 36px 28px;
  	height: 28px;
  	margin: 75px 0;
	opacity:0.1;
}


.header-container {
    position: relative; /* Absolute olan öğeler için sabit referans noktası */
    width: 100%;
}



.hamburger-menu {
    position: relative;
}

/* Hamburger simgesi */
.menu-toggle {
    font-size: 28px;
    cursor: pointer;
    background: #333;
    color: #ff9933;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center; 
    align-items: center;
    text-align: center; /* Ekstra garanti için */
    line-height: 60px; /* Dikey ortalamayı güçlendirmek için */
}



/* Menü bağlantıları başlangıçta gizli */
.menu-links {
    display: none; 
    position: fixed; 
    top: 0px;
    left: 0;
    width: 100vw; 
    height: 100vh;
    background: #333;
    padding: 10px;
    text-align: center;
    border-radius: 0; 
    z-index: 999; 
}


.menu-links a {
    display: block;
    color: #ff9933;
    text-decoration: none;
    padding: 10px;
}

.menu-links a:hover {
    background: #ff9933;
    color: #333;
}

/* Menü açıldığında göster */
.menu-open {
    display: block !important;
}
	
	
	
.menu-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu-links nav a {
    display: block;
    font-size: 21px;
    color: #ff9933;
    text-decoration: none;
    padding: 15px;
}

.menu-links nav a:hover {
    color: #fff;
}

/* Kapat Butonu */
.close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
	background-color:indianred;
    border: none;
    color: #ff9933;
    font-size: 24px;
    cursor: pointer;
}

.icon-list-kind svg {
  width: 34px;
  height: 34px;
	color: #ccc;
	vertical-align: middle;
	display: inline-flex;
  align-items: center;
  gap: 2px;
	margin-top:5px;
	margin-right:15px;
	border-radius:50%;
	border:1px solid #ccc;
	padding:5px;
	
}

.icon-list-kind:hover svg {
	color:cornflowerblue;
	border:1px solid cornflowerblue;
}


.icon-info svg {
  width: 18px;
  height: 18px;
	color: #000;
	vertical-align: bottom;
	display: inline-flex;
  align-items: center;
  gap: 2px;
	margin-top:5px;
	margin-right:15px;
	
}

.icon-info:hover svg {
	color:cornflowerblue;
}


.icon-asma-free svg {
  width: 34px;
  height: 34px;
	color: #b8792a;
	vertical-align: bottom;
	display: inline-flex;
  align-items: center;
  gap: 2px;
	margin-top:5px;
	margin-right:15px;
	border-radius:50%;
	border:1px solid #b8792a;
	padding:5px;
	
}

.icon-asma-free:hover svg {
	color:cornflowerblue;
	border:1px solid cornflowerblue;
}


.icon-asma-all svg {
  width: 34px;
  height: 34px;
	color: #000;
	vertical-align: bottom;
	display: inline-flex;
  align-items: center;
  gap: 2px;
	margin-top:5px;
	margin-right:15px;
	border-radius:50%;
	border:1px solid #000;
	padding:5px;
	
}

.icon-asma-free:hover svg {
	color:cornflowerblue;
	border:1px solid cornflowerblue;
}



.icon-asma-paid svg {
  width: 34px;
  height: 34px;
	color:green;
	vertical-align: bottom;
	display: inline-flex;
  align-items: center;
  gap: 2px;
	margin-top:5px;
	margin-right:15px;
		border-radius:50%;
	border:1px solid green;
	padding:5px;

	
}

.icon-asma-paid:hover svg {
	color:cornflowerblue;
	border:1px solid cornflowerblue;
}

.icon-asma-free-row svg {
  width: 24px;
  height: 24px;
	color: #b8792a;
	vertical-align: bottom;
	display: inline-flex;
  align-items: center;
  gap: 2px;
	margin-top:5px;
	margin-right:15px;
	
}


.icon-asma-paid-row svg {
  width: 24px;
  height: 24px;
	color:green;
	vertical-align: bottom;
	display: inline-flex;
  align-items: center;
  gap: 2px;
	margin-top:5px;
	margin-right:15px;


	
}






.topmenu {
    /*width: 200px;
    height: 100px;*/
    /*background: black;*/
    color: black;
    display: flex;
    align-items: right;
	text-align: right;
    /*justify-content: center;*/
    justify-content: flex-end;
}



.top-menu-item {
    display: block;
    float: left;
    padding: 8px 20px;
    text-align: center;
    width: fit-content;
    font-size: 13px;
    font-weight: 400;
    background: transparent;
    transition: background 0.6s ease;
    text-decoration: none; 
    color: inherit; 
}

.top-menu-item:hover {
    background: #333;
    color: white;
	text-decoration: none; 
}

.top-menu-ayrac {
    display: inline-block;
    color: #888;
    padding: 0 6px;
    font-size: 14px;
}


.meet-info-container {
    color:black; padding:15px; border:1px solid #e5e5e5; margin:10px
}

	.meeting-image{
		margin:40px 0px;
	}
	
	.meeting-column-title{
		margin-bottom:30px;
		text-align: left
	}
	
	
	.meeting-column-txt-left{
		float:left; width:calc(32% - 0px); text-align: justify
	}
	
	.meeting-column-txt-center{
		float:left; width:calc(36% - 60px); margin:0px 30px; text-align: justify
	}
	.dep-title {
  font-family: Oswald, "Merriweather", serif;
  font-weight: 200;
  font-style: normal;
	font-size: 30px;
}


.meet-list{
	display: flex; align-items:center;  gap: 10px; border-bottom:1px dashed #ccc; padding:0px; 
}

.meet-list-title{
	font-size:21px;
	font-weight:400;
	color:#000;
	font-variant:small-caps;
	width:60%; text-align:left; align-items: center;
}
	
.meet-list-seans{
	font-size:16px;
	font-weight:400;
	color:black;
}
	
.meet-list-date{
	font-size:13px;
	font-weight:400;
	color:black;
	width:10%; text-align:left; align-items: center;
}

.meet-list-dates{
	font-size:13px;
	font-weight:400;
	color:black;
	width:15%; text-align:left; align-items: center;
}




.meet-container {
    display: flex;
    /*justify-content: space-between;*/ 
    width: 100%;
    gap: 20px; 
	flex-wrap: wrap;
	justify-content: flex-start;
}



.meet-card {
    width: calc((100% - 40px) / 3);
    background: transparent;
    padding: 20px;
    text-align: left;
    transition: background-color 0.5s ease; 
	cursor:pointer;
}


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

	
	
.meet-card-content{
	padding:0px; 
	margin:0px;
	background-color:#f4f4f4;
	text-decoration: none;
}

.meet-card:hover .img-meet-fix {
    transform: scale(1.1);
    transition: transform 0.4s ease; 
}
	
	
.meet-card-title{
	font-size:24px;
	font-weight:400;
	height: 100px;
	color:#000;
	font-variant:small-caps;
}
	
.meet-card-seans{
	font-size:16px;
	font-weight:400;
	color:black;
}
	
.meet-card-date{
	font-size:13px;
	font-weight:400;
	color:black;
}
	
.meet-card:hover .meet-card-seans {
    color:black;
}
	
.meet-card:hover .meet-card-seans {
    color:black;
}
	
.meet-card:hover .meet-card-title {
    color:black;
	text-decoration: none;
}
	
.meet-card:hover .meet-price {
    color:white;
	background-color: #000;
}	



.meet-price {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /*background-color: #b8792a;*/
	background-color: #b8792a;
    text-align: center;
    color: black;
	font-variant:small-caps;
	font-weight:500;
	font-size:16px;
   
    display: flex;
    align-items: center;
    justify-content: center;
}




.meet-card-paid:hover {
    background: green;
	color:black;
	text-decoration: none;
}
	
	
.meet-card-content-paid{
	padding:0px; 
	background-color:#f4f4f4;
}
	
	
.meet-card-paid:hover .meet-card-content-paid {
    background-color:green; 
    transition: background-color 0.4s ease; 
	text-decoration: none;
}
	
.meet-card-paid:hover .img-meet-fix {
    transform: scale(1.1);
    transition: transform 0.4s ease; 
}

.meet-card-paid:hover .meet-card-title {
    color:black;
	text-decoration: none;
}
	
	
.meet-price-paid {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color:green;
    text-align: center;
    color: black;
    font-size: 21px;
	font-variant:small-caps;
	font-weight:500;

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

	
.meet-card-paid:hover .meet-price-paid {
    color:white;
	background-color: #000;
}


/**/


.meet-card-hybrid:hover {
    background: #5f94ad;
	color:white;
	text-decoration: none;
}
	
	
.meet-card-content-hybrid{
	padding:0px; 
	background-color:#333;
}
	
	
.meet-card-hybrid:hover .meet-card-content-hybrid {
    background-color:#5f94ad; 
    transition: background-color 0.4s ease; 
	text-decoration: none;
}
	
.meet-card-hybrid:hover .img-meet-fix {
    transform: scale(1.1);
    transition: transform 0.4s ease; 
}

.meet-card-hybrid:hover .meet-card-title {
    color:black;
	text-decoration: none;
}
	
	
.meet-price-hybrid {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color:#5f94ad;
    text-align: center;
    color: black;
    font-size: 21px;
    font-weight: 400;

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

	
.meet-card-hybrid:hover .meet-price-hybrid {
    color:white;
	background-color: #000;
}

	
	
	
.meet-info-container {
    display: none; 
}
	
.poietika-info-container {
    display: none; 
}

.vases-info-container {
    display: none; 
}
.img-meet-fix {
    width: 100%; 
	height: auto;
    transition: transform 0.5s ease; 
}


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

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


.meet-card-content:hover .meet-mag-page {
    color:white;
	background-color: #000;
	
}

.meet-card-content:hover {
    color:white;
	background-color: #b8792a;
	
}

	
	
.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; 
}





.pot-card:hover {
    background: #ff9933;
	color:black;
}

	
	
.pot-card-content{
	padding:0px; 
	background-color:#f4f4f4;
}
	
	
.pot-card-title{
	font-size:18px;
	font-weight:400;
	height: 100px;
	color:#000;
	font-variant:small-caps;
}


.pot-card-seans{
	font-size:16px;
	font-weight:400;
	color:black;
}
	
.pot-card-date{
	font-size:14px;
	font-weight:400;
	color:black;
}

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

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

.pot-card-content:hover .pot-mag-page {
    color:white;
	background-color: #000;
}


.pot-card:hover .pot-card-seans {
    color:black;
}
	
.pot-card:hover .pot-card-seans {
    color:black;
}
	
.pot-card:hover .pot-card-title {
    color:black;
	text-decoration: none;
}
	
.pot-card:hover .pot-price {
    color:white;
	background-color: #000;
}


.pot-card:hover {
    background: #b8792a;
	color:black;
}

.pot-card:hover .pot-card-content {
    background-color: #b8792a; 
    transition: background-color 0.4s ease; 
	text-decoration: none;
}


.img-pot-fix {
    width: 100%; 
	height: auto;
    transition: transform 0.5s ease; 
}

.pot-image-container {
    width: 100%; 
    height: auto; 
    max-height: 100vh; 
    overflow: hidden;
    display: flex;
    justify-content: center; 
    align-items: center; 
}

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


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



.page-content{
	width:80%; color:black
}
	
	
	
.poietika-info-container {
    color:black; padding:60px; border:1px solid #e5e5e5; margin:20px
}
	
.vases-info-container {
    color:black; padding:60px; border:1px solid #e5e5e5; margin:20px
}
	
.meet-card {
    width: calc((100% - 40px) / 3);
    background: transparent;
    padding: 20px;
    text-align: left;
    transition: background-color 0.5s ease; 
	cursor:pointer;
}

	

.meet-card-paid {
    width: calc((100% - 40px) / 3);
    background: transparent;
    padding: 20px;
    text-align: left;
    transition: background-color 0.5s ease; 
	cursor:pointer;
}
	
	
.meet-card-hybrid {
    width: calc((100% - 40px) / 3);
    background: transparent;
    padding: 20px;
    text-align: left;
    transition: background-color 0.5s ease; 
	cursor:pointer;
}
	
	
.pot-card {
    width: calc((100% - 40px) / 3);
    background: transparent;
    padding: 20px;
    text-align: left;
    transition: background-color 0.5s ease; 
	cursor:pointer;
}


.container {
	position: relative;
  height: 100%;
}
.container h2 {
  margin: 0;
}
.container ul {
  margin: 0;
  padding: 0;
}


.btn-link a {
  text-decoration: none;
}

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


.genel-btn:hover {
  background-color: #333; 
  color: #fff;
	text-decoration: none;
}

.genel-btn a {
  text-decoration: none;
  color: inherit;
}


.genel-btn a:hover {
  text-decoration: none;
  color: inherit;
}

	.genel-btn {
  background-color: #ccc;
  color: #000;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
	width:300px; padding:15px; text-align: center; margin:75px 0px; font-weight: 300;
}

	.meeting-column-title{
		margin-bottom:30px;
		text-align: left
	}
.dep-text-title {
  font-style: normal;
	font-size: 24px;
	font-family: "Sarabun", serif;
  	font-weight: 300;
	margin:15px 0px;
	padding:12px 25px; 
	background-color:#f4f4f4;
	font-variant:small-caps;
}


.thumbnail-container {
    display: flex;
    flex-wrap: wrap; /* Satır dolunca alt satıra geç */
    gap: 10px; /* Görseller arası boşluk */
    justify-content: flex-start; /* Son satırdaki tek kalanları sola yasla */
	margin-top:30px;
}



.thumbnail-wrapper {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    width: calc(100% / 4 - 10px);
    height: auto; 
    background: #FFF;
    padding: 10px;
    border: 1px solid #f4f4f4;
    overflow: hidden;
}

.thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Görsellerin düzgün görünmesini sağla */
    cursor: pointer;
    transition: transform 0.3s;
	max-height:80px;
}

.thumbnail:hover {
    transform: scale(1.1); /* Hover efekti */
}

.thumbnail-text {
    margin-top: 10px;
    font-size: 12px;
    color: #000;
    text-align: center;
	width:100%;
	background-color:#f4f4f4;
	padding:5px;
	font-variant:small-caps;
}




	 /* ALERT */
	  
	.agora-alert {
		padding: 20px;
		border-radius: 0px;
		font-size: 14px;
		margin-bottom: 1rem;
		border: 1px solid transparent;
		background-repeat: no-repeat;
		min-height: 140px;
		background-size: cover;
		background-position: center;
		color: white;
		display: flex;
		align-items: center; /* dikey orta */
		line-height: 1.5;
		user-select: text;
		justify-content: flex-start; /* soldan hizalı */
		position: relative; /* ::before için gerekli */
	}



		.dionysos-warn { /* Sınır/uyarı */
		  position: relative;
		  z-index: 1;
		  background-color: rgba(214,195,155, 0.3);
		  color: #000;
		border-color: #d6c39b;

		}

		.dionysos-warn::before {
		  content: "";
		  position: absolute;
		  top: 0; left: 0;
		  width: 100%;
		  height: 100%;
		  /*background-image: url('/media/images/interface/vazo-kadinbasi.png');
		  background-position: top left;
		  background-repeat: no-repeat;
		  background-size: auto 80px;
		  opacity: 0.3; /* sadece arka planın opaklığı */
		  z-index: -1; /* yazının arkasında kalması için */
		}


		.oracle-error { /* Sınır/uyarı */
		  position: relative;
		  z-index: 1;
		  background-color: rgba(218,184,187, 0.3);
		  color: #000;
		border-color: #dab8bb;
			flex-direction: column;
		text-align: left;
			align-items: center;     /* dikeyde ortalar */
  			justify-content: center; 

		}

		.oracle-error::before {
		  content: "";
		  position: absolute;
		  top: 0; left: 0;
		  width: 100%;
		  height: 100%;
		  /*background-image: url('/media/images/interface/vazo-kadinbasi.png');
		  background-position: top left;
		  background-repeat: no-repeat;
		  background-size: auto 80px;
		  opacity: 0.3; /* sadece arka planın opaklığı */
		  z-index: -1; /* yazının arkasında kalması için */
		}


		.agora-bless { /* Başarı / Onay */
		  position: relative;
		  z-index: 1;
		  background-color: rgba(206,245,205, 0.3);
		  color: #000;
		border-color: #cef5cd;

		}

		.agora-bless::before {
		  content: "";
		  position: absolute;
		  top: 0; left: 0;
		  width: 100%;
		  height: 100%;
		  /*background-image: url('/media/images/interface/vazo-kadinbasi.png');
		  background-position: top left;
		  background-repeat: no-repeat;
		  background-size: auto 80px;
		  opacity: 0.3; /* sadece arka planın opaklığı */
		  z-index: -1; /* yazının arkasında kalması için */
		}


		.dikaioma-info { /* bilgi */
		  position: relative;
		  z-index: 1;
		  background-color: rgba(128,185,205, 0.3);
		  color: #000;
		  border-color: #80b9cd;
			display: block;
  width: 100%;

		}

		.dikaioma-info::before {
		  content: "";
		  position: absolute;
		  top: 0; left: 0;
		  width: 100%;
		  height: 100%;
		  /*background-image: url('/media/images/interface/vazo-kadinbasi.png');
		  background-position: top left;
		  background-repeat: no-repeat;
		  background-size: auto 80px;
		  opacity: 0.3; /* sadece arka planın opaklığı */
		  z-index: -1; /* yazının arkasında kalması için */
		}

.pagination {
    display: flex;
    list-style: none; 
    padding: 10px;
    justify-content: left;
}

.pagination li {
    margin: 0 5px;
	list-style: none; 
}

.pagination li a, .pagination li span {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    border: 1px solid #e5e5e5; 
    color: #000;
    background-color: #e5e5e5; 
    border-radius: 0px;
    transition: 0.3s;
	list-style: none; 
}

.pagination li a:hover {
    background-color: #000; 
    color: #fff; 
}

.pagination li.active span {
    background-color: #000; 
    color: #fff; 
    font-weight: bold;
}

.pagination li.disabled span {
    color: #666; 
    border: 1px solid #e5e5e5;
}



.biblio-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin-top: 30px;
  }

  .biblio-card {
    flex: 1 1 30%;
    min-width: 280px;
    max-width: 320px;
    background: #fff;
    border-radius: 0px;
    padding: 20px;
    text-align: center;
    /*box-shadow: 0 2px 8px rgba(0,0,0,0.05);*/
    transition: all 0.3s ease;
	  color:black;
	  border: 1px solid #e5e5e5;
  }

  .biblio-card:hover {
    /*box-shadow: 0 4px 14px rgba(0,0,0,0.1);*/
    transform: translateY(-3px);
  }

  .biblio-card h2 {
    margin-bottom: 10px;
    font-size: 20px;
    /*text-transform: uppercase;*/
	  font-variant:small-caps;
  }

  .biblio-card p {
    font-size: 14px;
    color: #000;
  }

  .biblio-card a {
    display: inline-block;
    margin-top: 12px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5;
  }

.biblio-link {
  color: black;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.biblio-link:hover { 
  color: black;
	text-decoration: none;
}

.biblio-title{
	
}

  @media (max-width: 768px) {
    .biblio-card {
      flex: 1 1 100%;
    }
  }








/* Mobil Cihazlar */


@media (max-width: 767px) {
	
	#mobil-menu{
		display: block;
		position:absolute;
		top:5px;
		left:calc(100% - 65px);
		z-index:1000;
	}
	
	
	#video-cover{
		display:block;
	}
	
	.topline{
		display:none;
	}

	
	.meet-info-container {
		color:black; padding:15px; border:1px solid #e5e5e5; margin:10px
	}

	.poietika-info-container {
		color:black; padding:15px; border:1px solid #999; margin:10px
	}

	.vases-info-container {
		color:black; padding:15px; border:1px solid #999; margin:10px
	}
	
.meet-card {
    width: calc((100% - 0px) / 1);
    background: transparent;
    padding: 10px;
    text-align: left;
    transition: background-color 0.5s ease; 
	cursor:pointer;
}
	
	
.meet-card-paid {
    width: calc((100% - 0px) / 1);
    background: transparent;
    padding: 10px;
    text-align: left;
    transition: background-color 0.5s ease; 
	cursor:pointer;
}
	
	
.pot-card {
    width: calc((100% - 0px) / 1);
    background: transparent;
    padding: 10px;
    text-align: left;
    transition: background-color 0.5s ease; 
	cursor:pointer;
}
	
.page-content{
	width:94%; color:black
}

.meet-list{
	display: block; align-items:left;   border-bottom:1px dashed #ccc; padding:0px;
	
}

	
.meet-list-title{
	font-size:21px;
	font-weight:400;
	color:#000;
	font-variant:small-caps;
	width:100%; text-align:left;
	margin-bottom:20px
}
	
.meet-list-seans{
	font-size:16px;
	font-weight:400;
	color:black;
}
	
.meet-list-date{
	font-size:13px;
	font-weight:400;
	color:black;
	width:100%; text-align:left; align-items: center;
}

.meet-list-dates{
	font-size:13px;
	font-weight:400;
	color:black;
	width:100%; text-align:left; align-items: center;
}
	
	
}






.video-controls {
    position: absolute;
    bottom: 130px;
    /*right: calc(50% - 45px);*/
	right:45px;
    display: flex;
    gap: 10px;
	z-index: 1100000000000000000;
}

.control-btn {
    width: 32px;
    height: 32px;
    background-color:transparent;
	background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
	background-size: cover;
	background-image: url("/media/images/interface/control-btn-pause.png");
	box-shadow: 
        0 -0.25px 0 0 #fff,   /* üst */
        0 0.25px 0 0 #fff,    /* alt */
        0.25px 0 0 0 #fff,    /* sağ */
        -0.25px 0 0 0 #fff;   /* sol */
}


.control-btn:hover {
    background-color: #000;
}
	
	
	
	
.control-btn-sound {
    width: 32px;
    height: 32px;
    background-color:transparent;
	background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
	background-size: cover;
    background-image: url("/media/images/interface/control-btn-nonsound.png");

	box-shadow: 
        0 -0.25px 0 0 #fff,  
        0 0.25px 0 0 #fff,    
        0.25px 0 0 0 #fff,    
        -0.25px 0 0 0 #fff;  
}


.control-btn-sound:hover {
    background-color: #000;
}
	
	
	.pagetitle{
		position:absolute; 
		height:10vh; 
		width:100%; 
		/*background-image: url('{{ asset("media/images/interface/dolgu.png") }}');*/
		color:white; 
		font-size:36px; 
		/*font-family:'Abril Fatface'; */
		font-family:'Sarabun';
		font-weight:100;
		font-variant:small-caps;
		/*font-size: 1.2em;
		text-transform: uppercase;*/
		z-index: 1000000000000000000000000000; 
		top: 88vh; 
		align-items: center; 
		display:flex; 
		justify-content: center;
		box-shadow: 
        0 -0.25px 0 0 #fff,   
        0 0px 0 0 #fff,    
        0px 0 0 0 #fff,    
        -0px 0 0 0 #fff;   
	}

.masum {
  position: absolute;
  top: 78%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2000000000000000000;
  width: 300px; 
  height: 100px; 
}

.circle-overlay {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
	
}

.circle-overlay-name {
  position: absolute;
  top: 25px; 
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  color: #444;
  display: inline-block;
  padding: 10px 20px;
  font-size: 10px;
  border-radius: 20px;
  z-index: 4;
}





.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;
}

.intro {
    text-align: center;
    margin: 5% auto; /* responsive margin */
    width: 100%;
}
.intro h1 {
    font-size: 2.5vw; /* ekran boyutuna göre değişir */
    font-weight: 700;
    margin-bottom: 1%;
}
.intro p {
    font-size: 1.2vw;
    color: #555;
}

.categories {
    display: flex;
    justify-content: space-between; /* esnek hizalama */
   
    width: 100%;
    box-sizing: border-box;
}

.category {
    flex: 1;
    /*background: #f7f7f7;*/
    padding: 2%;
    /*border-radius: 10px;*/
    text-align: center;
    margin: 0 1%; /* kolonlar arası boşluk */
	box-shadow: 0 -0.25px 0 0 #000,   /* üst */ 0 0.25px 0 0 #000,    /* alt */ 0px 0 0 0 #000,    /* sağ */
			-0px 0 0 0 #000;   /* sol */
}

.category h2 {
    font-size: 1.8vw;
    margin-bottom: 2%;
}

.category p {
    font-size: 1vw;
    color: #666;
}

.lisans-2-link {
  color: #999; 
  text-decoration: none; 
  cursor: pointer;
	font-size:12px;
}

/* Linke fare gelince altı çizilsin */
.lisans-2-link:hover {
  text-decoration: underline;
  color: #fff; 
}

.lisans-txt{
	font-size:12px;
	color:#ccc;
}


.slider-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1; /* kare görünüm (değiştirilebilir) */
  
  position: relative;
}

.slider {
  width: 100%;
  height: 100%;
  position: relative;
}

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

/*
.slider-controls-below {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  gap: 10px;
  z-index: 10;
}
*/

.slider-controls-below {
  position: static;          /* tamamen normal akışa dön */
  margin-top: 8px;           /* görselle araya boşluk */
  display: flex;
  justify-content: flex-end; /* sağa yasla */
  gap: 10px;
}





/* 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: #000;
  color: #fff;
  text-decoration: none;
  font-size: 1.3rem;
  border-radius: 0px;
  cursor: pointer;
  transition: background 0.3s ease;
}

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

.identity-title{
	font-variant:small-caps; width:100px; display:inline-block;
}




.gallery-section {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 20px 0;
}

.gallery-sidebar {
    width: 15%;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: right;
}

.gallery-title h2 {
    font-size: 1.8rem;
    margin: 0;
}

.gallery-title p {
    font-size: 0.9rem;
    margin-top: 10px;
    color: #666;
}

.gallery-main {
    width: 85%;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}

.gallery-photo:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3; /* Büyük fotoğraf */
}

.gallery-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*border-radius: 6px;*/
    display: block;
}

.gallery-pagination {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.gallery-pagination button {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #333;
    transition: color 0.3s;
}

.gallery-pagination button:hover {
    color: #000;
}

.page-indicator {
    font-size: 1rem;
}

/* Mobilde gizle (sonraki aşamada ayrı mobil tasarım yapılacak) */
@media (max-width: 768px) {

.gallery-sidebar {
    width: 100%;             /* mobilde tam genişlik */
    writing-mode: horizontal-tb; /* metni yatay hale getir */
    transform: none !important;  /* dönüşümü tamamen kaldır */
    text-align: left;            /* sola hizala */
    margin-bottom: 10px;         /* görsellerden biraz boşluk */
  }
	
	
.gallery-title h2 {
    font-size: 1.2rem;
    margin: 0;
}
	
	.gallery-main {
    width: 100%;          /* 85% yerine tam genişlik */
    margin: 0;            /* varsa ortalama iptal */
    padding: 0 0px;      /* kenarlarda çok az boşluk (isteğe bağlı) */
    box-sizing: border-box;
  }

  .gallery-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;  /* sola hizala */
  }
	


}





	.courtsession-container{
		display: flex; gap:0px; text-align: right; border-bottom:0px solid #e5e5e5; margin-bottom:0px; padding:0px 0px
	}

	.courtsession-left{
		width:calc(50% - 1px); font-family:Sarabun; font-size:21px; font-weight:500; padding:30px 30px 30px 30px;
	}
	  
	  .courtsession-left-info{font-size:14px; font-weight:300; font-family:Sarabun; margin:30px 0px 30px 30px}


	.courtsession-right{
		width:calc(50% - 1px); text-align: left; font-family:Sarabun; font-size:14px; font-weight:300; padding:30px 30px 30px 30px;
	}
	  
	.courtsession-center-left{
		width:1px;;
	}

	.courtsession-center-right{
		width:1px; background-color:#000;
	}

	.court-date{
		border:0px solid #000; background-color:#000; padding:8px 20px; margin:5px; display: inline-block; text-decoration:none; color:white;
	}


#mobile-warning {
    display: none; /* Varsayılan: gizli */
}

@media (max-width: 768px) {
	
	/*
    #mobile-warning {
        display: flex;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px;
    }

    #mobile-warning .warning-box {
        max-width: 90%;
        background: #f9f9f9;
        border: 1px solid #ccc;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        font-size: 1.1rem;
        line-height: 1.5;
    }
	*/
	
	#container {
		/*display: none !important;*/
	}
	
	footer {
		/*display: none !important;*/
	}
	
}



.left-amblem{
	position:fixed; width:60px; height:60px; top:5px; left:5px; border-radius:50%; overflow:hidden; border:0px solid #000; z-index:100000000000000000000000; background-color:white
}



.footer-bg {
  width: 100%;
  /*height: 160px;
  
  background-image: url('/media/images/interface/inmemoriam-footer.png');
  background-repeat: no-repeat;
  background-position: center center;  
  background-size: cover;  
  */
}



/* Menü butonu */
.menu-button {
  position: fixed;
  top: 20px;
  right: 20px;
  background: transparent;
  color:#fff;
  font-family: Sarabun, Arial, sans-serif;
  font-size: 16px;
  font-weight:300;
	font-variant:small-caps;
  border: none;
  cursor: pointer;
  z-index: 5; /* Diğer her şeyin üstünde */
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Menü butonunun altındaki küçük nokta */
.menu-button .dot {
  width: 8px;
  height: 8px;
  background: red; 
  border-radius: 50%;
  margin-top: 4px;
}

/* Menü overlay */
.menu-overlay {
  position: fixed;
  top: 0;
  right: -100%; /* Başlangıçta ekran dışında */
  width: 100%;
  height: 100%;
  /*background: black;*/
  color: white;
  z-index: 6;
  transition: right 0.6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
	background: url('media/images/interface/perde5.png') center center / cover no-repeat;
	/*background-color:#444;*/
	background-color: rgba(68, 68, 68, 0.95); /* 0.9 => %90 opaklık */
	z-index:10000000000000000000;
}

/* Açık olduğunda sağdan kayarak gelsin */
.menu-overlay.open {
  right: 0;
}

/* Kapatma butonu */
.menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 18px;
  cursor: pointer;
  font-weight:normal;
	color:red;
}
	
	


.menu-wrapper {
  display: flex;
  justify-content: center; /* yatay */
  align-items: center;     /* dikey */
  height: 100%;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.menu-group {
  display: block;
  font-size: 21px;
  margin: 20px 0 10px;
  color: white;
font-family: 'Bernhard Gothic URW', serif;
	font-weight: 300;
    font-style: normal;
}

.menu ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}

.menu ul li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
font-family: 'Bernhard Gothic URW', serif;
	font-weight: 300;
    font-style: normal;
  font-size: 18px;
}

.icon-circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: white; /* daire zemin rengi */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  overflow:hidden;
}

.icon-circle img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.menu ul li a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}

.menu ul li a:hover {
  text-decoration: underline;
}
	
	.card-description{
		padding:25px;
		border:1px solid #ccc;
		margin-top:30px;
	}


	.detail-dep-warn{
		padding:25px;
		border:1px solid #ccc;
		margin-top:5px;
	}



.detail-dep-btn {
  background: none;
  border: 1px solid #000;
  color: #000;
  padding: 8px 14px;
  font-size:14px;
  font-family: "optima-lt-pro", sans-serif;
  font-weight: 100;
  font-style: normal;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

.detail-dep-btn:hover {
  background: #000;
  color: #FFF;
}



@media (max-width: 768px) {
	
	
	
.overlay-container {
    position: absolute;
    top: 77vh; 
    width: 100%;
    z-index: 1000; 
	border-radius:30px;
	
	
	padding:0px;
	background-color:black;
}

.overlay-content{
	background-color:white;
	border-radius:30px;
}

	
	
	
	.pc{
		display:none;
	}
	
	.detail-dep-warn{
		padding:25px;
		border:1px solid #ccc;
		margin-top:5px;
	}

.left-amblem{
	position:fixed; width:40px; height:40px; top:5px; left:5px; border-radius:50%; overflow:hidden; border:0px solid #000; z-index:100000000000000000000000; background-color:white
}

	
.events-wrapper {
    width: 100%;
    margin: 0px auto;
}
	
.dep-events-wrapper {
    width: 100%;
    margin: 20px 0px 20px 0px;
}

.earthling-row {
    display: flex;
    flex-direction: column;
    align-items: stretch !important; /* genişliği %100 yap, ortalama iptal */
    justify-content: flex-start;
    width: 100%;
    margin: 0;
  }
	
	
	
.earthling-card-img {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important; /* içeriği soldan hizala */
    justify-content: flex-start;
    width: 100% !important;
    margin: 0 !important;
    text-align: left;
	padding-bottom:50px;
  }
	
	
.earthling-image-album {
    width: 100%;
    height: auto;
    display: block;
	border:0px solid #fff;
	transition: transform 0.4s ease-in-out, border-color 0.4s ease-in-out;
}
	
	
    .earthling-card-img,
    .earthling-card-text {
        flex: 0 0 100%;  /* tam genişlik */
        padding-left: 0; /* soldaki dikey çizgi ve boşluğu kaldıralım */
        border-left: none;
    }

    /* isteğe bağlı: mobilde genel hizalama ve boşluk iyileştirmeleri */
    .earthling-card-text {
        text-align: left;
        padding-top: 10px;
    }

    .earthling-card-img {
        order: -1; 
    }
	
.earthling-meta {
    width: 100%;
    display: flex;
    justify-content: space-between; /* sol ve sağda kalsın */
    align-items: flex-start;
    margin: 0 0 20px 0;
    position: relative;
    left: 0;
  }

.earthling-info {
    display: flex;
    flex-direction: column;
    align-items: center;   /* yatayda ortalar */
    justify-content: center; /* dikey denge */
    width: 100%;
    text-align: center;    /* metinleri ortalar */
    margin-top: 20px;
  }

  .earthling-info h2,
  .earthling-info p {
    margin: 5px 0;
  }	
	
	
	.card-description{
		padding:25px;
		border:1px solid #ccc;
		margin-top:30px;
	}
	
	.earthling-kunye{
		display: grid; grid-template-columns: 10% 90%; gap: 0px; width: 100%; margin: 0px auto; 	box-shadow: 0 -0.25px 0 0 #000, 0 0.25px 0 0 #000, 0.25px 0 0 0 #000, -0.25px 0 0 0 #000;
	}

	.earthling-kunye-photo{
		overflow:hidden;
	}
	
	.court-container-pc{
		/*border:1px solid #ccc; margin:30px 0px; padding:20px*/
		display:none;
	}
	
	
	
	/* Menü butonu */
	.menu-button {
	  position: fixed;
	  top: 5px;
	  right: 5px;
		width:50px;
		text-align:right;
	  background: transparent;
	  color:#FFF;
	  font-family: Sarabun, Arial, sans-serif;
	  font-size: 16px;
	  font-weight:300;
		font-variant:small-caps;
	  border: none;
	  cursor: pointer;
	  z-index: 5; 
	  /*display: flex;
	  flex-direction: column;
	  align-items: center;*/
	}
	
	
	
	
	
}




