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


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

	}

.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%) }

.home-menu-item {
  display: block; /* A etiketi artık kutu gibi davranır */
  padding: 12px 20px;
  color: white;
  font-family: Sarabun;
  font-weight: 500;
  font-size: 12px;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  margin-bottom: 4px;
  cursor: pointer;
  text-decoration: none;
}

.home-menu-item: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-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:15px; font-weight:300
}

.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-container{
	display: flex; gap:60px; text-align: right; border-bottom:1px solid #e5e5e5; margin-bottom:10px; padding:30px 0px
}

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

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

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


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

.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; display: inline-block; text-decoration:none; cursor:pointer
}

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

.manifesto_lang{
	border-bottom:1px dashed #999; margin-bottom:1px; font-size:14px; color:#999; display:inline-block; padding:5px 0px; cursor:pointer
}

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



.inner-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.inner-block div {
  display: block;
  width: fit-content;
  text-align: right; /* İçerik sağda gözüksün istiyorsan */
}




















