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

html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #444444;
  font-family: 'Bernhard Gothic URW', serif; font-weight:400; font-size:15px; color:black;
min-height: 100vh;
	/*background: linear-gradient(to right, #444 40vw, #fff 40vw 100vw);*/
	width: 100%;
}
	
	
	.pc{
		display:block;
	}
	
	.mobil{
		display:none !important;
	}


	.detail-container{
		width:90%;
	}

.comment-box{
	margin-bottom:5px; border:1px solid #e5e5e5; padding:20px; width:calc(90% - 40px)
}

	
	
@font-face {
  font-family: 'Bernhard';
  src: url('media/fonts/BernhardGothicURW-Light.woff2') format('woff2'),
       url('media/fonts/BernhardGothicURW-Light.woff') format('woff'),
       url('media/fonts/BernhardGothicURW-Light.ttf') format('truetype');
  font-weight: 300;   /* Light için */
  font-style: normal;
}

@font-face {
  font-family: 'Bernhard';
  src: url('media/fonts/BernhardGothicURW-Medium.woff2') format('woff2'),
       url('media/fonts/BernhardGothicURW-Medium.woff') format('woff'),
       url('media/fonts/BernhardGothicURW-Medium.ttf') format('truetype');
  font-weight: 500;   /* Medium için */
  font-style: normal;
}
	
.section1 {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.left-panel {
  background-color: #444444;
	border-right:10px solid #505050;
  padding: 40px;
  box-sizing: border-box;
  z-index: 4;
  transition: all 0.8s ease;
  background: url('/media/images/mags/kallistes-mockup.jpg') center center / cover no-repeat;
	
}


.right-panel {
  /*background: #000 center/cover no-repeat;*/
  transition: all 0.8s ease;
  position: relative;
	/*background-color:#000;*/
	display: flex;
  align-items: center; /* Dikey ortalama */
  justify-content: center; /* Yatay ortalama */
	background: url('/media/images/interface/perde5.png') center center / cover no-repeat;
	background-color:#444;
}
	
	
.left-panel-page {
  border-right:10px solid #505050;
  padding: 40px;
  box-sizing: border-box;
  z-index: 4;
  transition: all 0.8s ease;
  background: url('/media/images/mags/kallistes-mockup.jpg') center center / cover no-repeat;
	
}


.right-panel-page {
  /*background: #000 center/cover no-repeat;*/
  transition: all 0.8s ease;
  position: relative;
	/*background-color:#000;*/
	display: flex;
  align-items: center; /* Dikey ortalama */
  justify-content: center; /* Yatay ortalama */
	background: url('/media/images/interface/perde5.png') center center / cover no-repeat;
}
	

.section1-page {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
	overflow: hidden;
}
	
	
			.meetpage-content-detail {
			  width: calc(65% - 10px);
			  text-align:left;
			  padding:0px 5px;
			  /* içerik alanı */
				
			}
	
	
	
.right-contents {
	width: 70%;
	background-color: white;
	padding: 60px 10px;
	overflow-y: auto;
	box-sizing: border-box;
}


	
.slogan-container {
  text-align: center;
	width:75%;
}

.slogan {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: white;
  line-height: 1.2;
}

.spot {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: #ddd;
  margin-top: 1rem;
  display: none; /* Başlangıçta görünmez */
}


.right-panel video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
	
.left-panel img {
  height: 100%;
  width: auto;
  object-position: right top;
  object-fit: cover;
}

.center-box {
  position: absolute;
  top: 40%;
  width: 140px;
  height: 140px;
  /*background-color: rgba(255,255,255,0.8);*/
  text-align: right;
  line-height: 140px;
  font-weight: bold;
  z-index: 3;
  transition: all 0.8s ease;
	/*background-color: rgba(68,68,68,0.8);*/
	/*background-color:#505050;*/
	border-radius:50%;
	margin-left:-70px;
	cursor: pointer;
	display: flex;
  flex-direction: column;
  align-items: center;
}

.section3 {
  display: flex;
  height: 100vh;
}

.section3 .left-image {
  width: 40%;
  background: url('/media/images/mags/kallistes-02-mockup.png') center/cover no-repeat;
}

.section3 .right-content {
  width: 60%;
  background-color: white;
  padding: 60px 140px;
  overflow-y: auto;
  box-sizing: border-box;
}

.section3 .right-content p {
  margin-bottom: 20px;
}
	
	
	.meet-status-title{
		display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#000;
    position:relative;
    top:-95px;
    padding:0 30px;
    font-size:0.9em;
	height:40px;
	align-items: center;
	border-radius:25px;
	font-weight:400;
	color:white;
	}
	
.meetpage {
  display: flex;
  height: 100vh;
}

.meetpage .left-image {
  width: 40%;
  background-color:#444;
  /*background: url('/media/images/interface/antik-meet.jpg') left/cover no-repeat;*/
}

.meetpage .right-content {
  width: 60%;
  background-color: white;
  padding: 60px 140px;
  overflow-y: auto;
  box-sizing: border-box;
}

	
	
	
.meetpage-container {
  display: flex;
  flex-direction: column;   /* Satırları alt alta dizer */
  height: 100vh;
  /*padding-top:120px;*/
  padding:0px 0px;
	margin-bottom:50px;
}
	

.meetpage-row {
  display: flex;
  flex-direction: row;      /* İçeride iki sütun yan yana */
  width: 100%;
  margin-bottom: 2rem;      /* Satırlar arası boşluk, isteğe bağlı */
	
opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.7s, transform 0.7s;
	
}
	
	
.meetpage-row.visible {
  opacity: 1;
  transform: translateX(0);
}

.meetpage-left {
  width: calc(30% - 40px);
  text-align:right;
  padding:0px 20px;
  /* buraya görsel veya başka içerik */
	display: flex;
  flex-direction: column;       /* Dikey sıralama */
  align-items: flex-end;        /* Sağ tarafa yasla */
}
	


.meetpage-content {
  width: calc(70% - 60px);
  text-align:left;
  padding:0px 30px;
  background-color:#fff;
}
	
.meetpage-title-left {
  width: 40%;
  text-align:right;
}

.meetpage-title-content {
  width: 60%;
  text-align:left;
}
	
.meetpage-title-text{
	width:calc(65% - 50px); background-color:#000; padding:15px 25px; color:white; font-family: 'Bernhard Gothic URW', serif; font-weight:500; font-size:18px
}
	
	.package-patika-image{
		width:40px;
		height:40px;
		border-radius:50%;
		overflow:hidden;
		margin-top:10px;
	}
	
	

.section3 .right-content p {
  margin-bottom: 20px;
}

			.package-title-pagination{
				padding:0px 0px;
				width:calc(100% - 0px);
				margin-bottom:5px;
				color:white;
			}

	
	
	.package-title{
		font-weight:400;
		font-size:18px;
		padding:10px 30px;
		background-color:#444;
		width:calc(90% - 60px);
		margin-bottom:15px;
		color:white;
	}

			.package-img{
				padding:0px 30px;
				width:calc(100% - 0px);
				width:calc(90% - 60px);
				margin-bottom:15px;
				color:white;
				overflow:hidden;
				background-color:#e9e9e9;
			}


			.about-desc{
				padding:0px 30px;
				width:calc(100% - 0px);
				width:calc(90% - 60px);
				margin-bottom:15px;
				color:black;
				overflow:hidden;
			}


	
	.package-date{
		font-weight:400;
		font-size:18px;
		color:white;
	}
	
	.package-seans-title{
		font-weight:500;
		font-size:16px;
		font-variant: small-caps;
	}
	
	.span-space{
  		margin-right: 0.5em;
	}

	
/* Amblem */
.amblem-button {
  position: fixed;
  top: 20px;
  left: 20px;
width:80px;
	height:80px;
	padding:6px;
  /*background-color:#6d6d6d;*/
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
	/*background: url('media/images/interface/amblem-poieseiss.png') center center / cover no-repeat;*/
	z-index:1000000000000000000;
}


	.amblem-button-img{
		width:80px; height:80px; border-radius:50%;overflow:hidden;
	}


	.btn-meet-list{
		display:inline-flex;
		align-items:center;
		justify-content:center;
		background-color:yellowgreen;
		font-size:0.9em;
		height:40px;
		border-radius:25px;
		font-weight:400;
		color:black;
		padding:0px 40px;
		cursor:pointer;
		border:0px;
		border-radius: 20px 0 0px 20px;
	}
	
	.btn-meet-list:hover{
		background-color:darkseagreen;
	}


	.btn-meet-list-green{
		display:inline-flex;
		align-items:center;
		justify-content:center;
		background-color:yellowgreen;
		font-size:0.9em;
		height:40px;
		font-weight:400;
		color:black;
		padding:0px 40px;
		cursor:pointer;
		border:0px;
		border-radius: 0px 0 0px 0px;
		width:100%;
	}
	
	.btn-meet-list-green:hover{
		background-color:darkseagreen;
	}


	.btn-meet-list-short{
		display:inline-flex;
		align-items:center;
		justify-content:center;
		background-color:yellowgreen;
		font-size:0.9em;
		height:40px;
		font-weight:400;
		color:black;
		padding:0px 20px;
		cursor:pointer;
		border:0px;
		border-radius: 20px 20px 20px 20px;
	}
	
	.btn-meet-list-short:hover{
		background-color:darkseagreen;
	}



	.btn-meet-list-pass{
		display:inline-flex;
		align-items:center;
		justify-content:center;
		background-color:#666;
		font-size:0.9em;
		height:40px;
		border-radius:25px;
		font-weight:400;
		color:white;
		padding:0px 40px;
		cursor:pointer;
		border:0px;
		border-radius: 20px 0 0px 20px;
	}
	
	.btn-meet-list-pass:hover{
		background-color:#999;
	}

	.btn-meet-list-pass-short{
		display:inline-flex;
		align-items:center;
		justify-content:center;
		background-color:#666;
		font-size:0.9em;
		height:40px;
		font-weight:400;
		color:white;
		padding:0px 20px;
		cursor:pointer;
		border:0px;
		border-radius: 20px 20px 20px 20px;
	}
	
	.btn-meet-list-pass-short:hover{
		background-color:darkseagreen;
	}



	.btn-meet-list-full{
		width:100%;
		align-items:center;
		justify-content:center;
		background-color:orange;
		font-size:0.9em;
		height:40px;
		font-weight:400;
		color:black;
		padding:0px 40px;
		cursor:pointer;
		border:0px;
		border-radius: 0px 0px 0px 0px;
	}
	
	.btn-meet-list-full:hover{
		background-color:darkorange;
	}


	
	
	.btn-submit-genel{
		display:inline-flex;
		align-items:center;
		justify-content:center;
		background-color:yellowgreen;
		font-size:0.9em;
		height:40px;
		border-radius:25px;
		font-weight:400;
		color:black;
		padding:0px 40px;
		cursor:pointer;
		border:0px;
		border-radius: 20px 20px 20px 20px;
	}
	
	.btn-submit-genel:hover{
		background-color:darkseagreen;
	}
	
	
	.reg-form{
		width:calc(90% - 16px);
	}
	
.pagination {
    display: flex;
    list-style: none; 
    padding: 5px;
    justify-content: left;
	font-family:Sarabun;
	font-size:12px;
}

.pagination li {
    margin: 0 2px;
	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;
}
	
	
	
/* Menü butonu */
.menu-button {
  position: fixed;
  top: 20px;
  right: 20px;
  background: transparent;
  color:#999;
  font-family: Sarabun, Arial, sans-serif;
  font-size: 16px;
  font-weight:100;
	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; /* Rengini sonra değiştirebilirsin */
  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 */
}

/* 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: 36px;
  height: 36px;
  border-radius: 50%;
  background-color:#999; /* daire zemin rengi */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

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

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

.menu ul li a:hover {
  text-decoration: underline;
}
	
.dep-text-title {
  font-style: normal;
	font-size: 18px;
	font-family: 'Bernhard Gothic URW', serif;
  	font-weight: 300;
	margin:15px 0px;
	padding:10px 25px; 
	background-color:#f4f4f4;
	font-variant:small-caps;
	width:calc(90% - 50px);
}
	
.seans-list{
	padding:8px 0px; border-bottom:1px dashed #e5e5e5
}
	
.description-title{
	font-style: normal;
	font-size: 14px;
	font-family: 'Bernhard Gothic URW', serif;
	font-weight:500;
}
	
.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;
}


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

.icon-info-orange svg {
  width: 14px;
  height: 14px;
	color:#ff9933;
	vertical-align: middle;
	display: inline-flex;
  align-items: center;
  gap: 4px;
	margin-left:10px
}

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

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

	
.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;
  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;
}
	
	
@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) {
		
			html, body {
			  margin: 0;
			  padding: 0;
			  overflow-x: hidden !important;
			  background-color: #444444;
			  font-family: 'Bernhard Gothic URW', 'Sarabun'; font-weight:400; font-size:15px; color:black;
			min-height: 100vh;
				/*background: linear-gradient(to right, #fff 30vw, #fff 30vw 100vw);*/
				width: 100% !important;
			}
	
	
.center-box {
  position: absolute;
  top: 40%;
  width: 80px;
  height: 80px;
  /*background-color: rgba(255,255,255,0.8);*/
  text-align: right;
  line-height: 80px;
  font-weight: bold;
  z-index: 3;
  transition: all 0.8s ease;
	/*background-color: rgba(68,68,68,0.8);*/
	/*background-color:#505050;*/
	border-radius:50%;
	margin-left:-40px;
	cursor: pointer;
	display: flex;
  flex-direction: column;
  align-items: center;
}
	
.comment-box{
	margin-bottom:5px; border:1px solid #e5e5e5; padding:20px; width:calc(100% - 40px)
}
	
	
	
.dep-text-title {
  font-style: normal;
	font-size: 18px;
	font-family: 'Bernhard Gothic URW', serif;
  	font-weight: 300;
	margin:15px 0px;
	padding:10px 15px; 
	background-color:#f4f4f4;
	font-variant:small-caps;
	width:calc(100% - 30px);
}
	
	
	.detail-container{
		width:100%;
	}

 
		
			.pc{
				display:none !important;
			}

			.mobil{
				display:block !important;
			}
	
			.span-space{
				margin-right: 0.1em;
			}
	
			.package-date{
				font-weight:400;
				font-size:14px;
				color:black;
			}

		
			.img-meet-fixed {
				width: 100% !important; 
				height: auto;
				transition: transform 0.5s ease; 
			}
		
			/* Amblem */
			.amblem-button {
			  position: fixed;
			  top: 0px;
			  left: 10px;
				width:40px;
				height:60px;
				padding:10px;
			  background-color:#444;
			  border: none;
			  cursor: pointer;
				
			  display: flex;
			  flex-direction: column;
			  align-items: center;
				/*background: url('media/images/interface/amblem-poieseiss.png') center center / cover no-repeat;*/
				
				z-index:1000000000000000000;
				border-radius: 0px 0px 15px 15px;
			}
	
	
		.amblem-button-img{
		width:40px; height:40px; border-radius:50%;overflow:hidden;
	}

			
		
/* Menü butonu */
.menu-button {
  position: fixed;
  top: 5px;
  right: 5px;
  background: transparent;
  color:#999;
  font-family: Sarabun, Arial, sans-serif;
  font-size: 16px;
  font-weight:100;
	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; /* Rengini sonra değiştirebilirsin */
  border-radius: 50%;
  margin-top: 4px;
}

.section1-page {
  width: 100% !important;
  height: 100vh;
  overflow: hidden !important;
  overflow-x: hidden !important;
}

		
		
			.right-panel {
			  /*background: #000 center/cover no-repeat;*/
			  transition: all 0.8s ease;
			  position: relative;
				/*background-color:#000;*/
				display: flex;
			  align-items: center; /* Dikey ortalama */
			  justify-content: center; /* Yatay ortalama */
				background: url('media/images/interface/perde5.png') center center / cover no-repeat;
				background-color:#444;
			}
		
		
.left-panel-page {
  background-color: #444444;
	border-right:10px solid #505050;
  padding: 40px;
  box-sizing: border-box;
  z-index: 4;
  transition: all 0.8s ease;
  /*background: url('/media/images/mags/kallistes-mockup.jpg') center center / cover no-repeat;*/
	
}


.right-panel-page {
  /*background: #000 center/cover no-repeat;*/
  transition: all 0.8s ease;
  position: relative;
	/*background-color:#000;*/
	display: flex;
  align-items: center; /* Dikey ortalama */
  justify-content: center; /* Yatay ortalama */
	/*background: url('/media/images/interface/perde5.png') center center / cover no-repeat;*/
	background-color:#444;
}
		
		
		

			.slogan-container {
			  text-align: center;
				width:75%;
			}

			.slogan {
			  font-family: 'Playfair Display', serif;
			  font-size: 1.6rem;
			  color: white;
			  line-height: 1.2;
				text-align: right;
			}

			.spot {
			  font-family: 'Playfair Display', serif;
			  font-size: 1.3rem;
			  color: #ddd;
			  margin-top: 1rem;
			  display: none; /* Başlangıçta görünmez */
				text-align: right;
			}
		
			.section3 .left-image {
			  width: 30%;
			  background: url('media/images/mags/kallistes-mockup.jpg') center/cover no-repeat;
			}

			.section3 .right-content {
			  width: 70%;
			  background-color: white;
			  padding: 60px 10px;
			  overflow-y: auto;
			  box-sizing: border-box;
			}
	
	
	
			/*
			.meetpage {
			  display: flex;
			  height: 100vh;
			}

			.meetpage .left-image {
			  width: 40%;
			  background-color:#444;
			}

			.meetpage .right-content {
			  width: 60%;
			  background-color: white;
			  padding: 60px 140px;
			  overflow-y: auto;
			  box-sizing: border-box;
			}
	
			*/
	
	
.meetpage-row {
  display: flex;
  flex-direction: row;      /* İçeride iki sütun yan yana */
  width: 100%;
  margin-bottom: 4rem;      /* Satırlar arası boşluk, isteğe bağlı */
	gap:0px;

opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.7s, transform 0.7s;

}
	
	
.meetpage-row.visible {
  opacity: 1;
  transform: translateX(0);
}

	
	
		
			.package-title{
				font-weight:500;
				font-size:18px;
				padding:10px 10px;
				background-color:#444;
				width:calc(100% - 20px);
				margin-bottom:15px;
				color:white;
			}
	
			.package-img{
				padding:10px 10px;
				background-color:#444;
				width:calc(100% - 20px);
				margin-bottom:15px;
				color:white;
				overflow:hidden;
			}
	
	
			.package-title-pagination{
				padding:0px 0px;
				width:calc(100% - 0px);
				margin-bottom:5px;
				color:white;
			}

		
			.meetpage-left {
			  width: calc(30% - 10px);
			  text-align:right;
			  padding:0px 5px;
			  display: flex;
			  flex-direction: column;
			  align-items: flex-end;
			}



			.meetpage-content {
			  width: calc(70% - 10px);
			  text-align:left;
			  padding:0px 5px;
			  background-color:#fff;
				
				
			}
	
	
			.meetpage-content-detail {
			  width: calc(100% - 10px);
			  text-align:left;
			  padding:0px 5px;
			  /* içerik alanı */
				
			}


			.meetpage-title-left {
			  width: 30%;
			  text-align:right;
				display:none !important;
			}

			.meetpage-title-content {
			  width: 70%;
			  text-align:left;
			}
		
		
.meetpage-title-text{
	width:calc(100% - 50px); background-color:#000; padding:30px 25px; color:white; font-family: 'Bernhard Gothic URW', serif; font-weight:500; font-size:18px; text-align:center;
}		
		
		
		
		
		
		
	}


	
	/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
	
	
			.pc{
				display:block;
			}

			.mobil{
				display:none;
			}
  
	
			.section3 .left-image {
			  width: 30%;
			  background: url('/media/images/mags/kallistes-mockup.jpg') center/cover no-repeat;
			}

			.section3 .right-content {
			  width: 70%;
			  background-color: white;
			  padding: 60px 50px;
			  overflow-y: auto;
			  box-sizing: border-box;
			}
	
			.meetpage {
			  display: flex;
			  height: 100vh;
			}

			.meetpage .left-image {
			  width: 40%;
			  background-color:#444;
			  /*background: url('/media/images/interface/antik-meet.jpg') left/cover no-repeat;*/
			}

			.meetpage .right-content {
			  width: 60%;
			  background-color: white;
			  padding: 60px 140px;
			  overflow-y: auto;
			  box-sizing: border-box;
			}
	
	
			.meetpage-left {
			  width: 40%;
			  text-align:right;
			  padding:0px 20px;
			  /* buraya görsel veya başka içerik */
				display: flex;
			  flex-direction: column;       /* Dikey sıralama */
			  align-items: flex-end;        /* Sağ tarafa yasla */
			}



			.meetpage-content {
			  width: 60%;
			  text-align:left;
			  padding:0px 30px;
			  background-color:#fff;
			}

	
	
	
	
}
/* 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; 
}

.img-meet-fixed {
    width: 90%; 
	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;
  }
}








.icon-mask-title {
  width: 32px;
  height: 32px;
	vertical-align: middle;
	display: inline-flex;
  align-items: center;

	
}




	 /* ALERT */


	.alert-error {
		
		font-size: 14px;
		margin-bottom: 1rem;
		background-color: rgba(214,195,155, 0.3);
		color: #000;
		border:1px solid #d6c39b;
		padding: 20px;
		width:calc(100% - 40px);
	}


	.alert-success { 
		font-size: 14px;
		margin-bottom: 1rem;
		background-color: rgba(206,245,205, 0.3);
		color: #000;
		border:1px solid #cef5cd;
		padding: 20px;
		width:calc(100% - 40px);

	}

	  
	.agora-alert {
		
		border-radius: 0px;
		font-size: 14px;
		margin-bottom: 1rem;
		border: 1px solid transparent;
		background-repeat: no-repeat;
		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ı */
			padding: 20px;
		  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 */
		}




