@charset "utf-8";
/*======================================

 [ -Main Stylesheet-
  Theme: Domik
  ]
*/
/*-------------Import fonts ---------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&amp;display=swap');
/*-------------General Style---------------------------------------*/
html{
	overflow-x:hidden !important;
	height:100%;
}
body{
	margin: 0;
	padding: 0;
  	font-family: "Jost", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #000;
	background:#f4f4f4;
	height:100%;
	text-align:center;
}
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
.bg-animate {
	position:fixed;
	bottom:0;
	right:0;
	width:60%;
	height:60%;
	z-index:-2;
	opacity:0;
	-webkit-transform: translate3d(0,0,0);
}
/*--------------Typography--------------------------------------*/
h1 {
	font-size: 4.46666666667em;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.17em;
}
h2 {
	font-size: 3.2em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 0.9em;
}
h5 {
	font-size: 0.8em;
}
h6 {
	font-size: 0.6em;
}
p {
	text-align:left;
	font-size:1.2em;
	line-height:26px;
	padding-bottom:10px;
}
blockquote {
	float:left;
	padding: 10px 20px;
	margin: 0 0 20px;
	 
	border-left: 15px solid #eee;
}
blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#494949;
	font-size: 1.2em;
}
/* ---------Page preload--------------------------------------*/
.loader {
	position:fixed;
	top:50% !important;
	left:50%;
	width:50px;
	height:50px;
	z-index:100;
	font-size:34px;
	line-height:50px;
	color:#ccc;
	padding-right:20px;
	opacity:0.8;
}
.fa-spin{
	animation:spin 0.5s infinite linear
}
@keyframes spin{
0%{
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
100%{-webkit-transform:rotate(359deg);
	transform:rotate(359deg)
}
}
.l-line {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:6px;
	z-index:10000;
	display:none;
	background:#f4f4f4;
}
.l-line span{
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:6px;
	background:#000;
}
/* ---------Content Styles--------------------------------------*/
#main{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
}
#wrapper{
	height:100%;
	margin-left:0;
	vertical-align:top;
	position: absolute;
	left:0;
	top:0;
	right:0;
	z-index:2;
	width:100%;
}
.content-holder{
	vertical-align: top;
	position: absolute;
	left:0;
	top: 0;
	right: 0;
	z-index: 2;
	height: 100%;
}
.container{
 	width: 92%;
	max-width: 1124px;
	margin:0 auto;
	position: relative;
	z-index:2;
}
.content {
	width:100%;
	position:relative;
	z-index:2;
	height:100%;
	float:left;
}
.mm {
	padding-top: 90px;
	background:#fff;
}
.full-height {
	height:100%;
}
.wrapper-inner {
	float:left;
	width:70%;
	position:relative;
	background:#fff;
	padding:150px 0;
	z-index:3;
	opacity:0;
}
.full-width-wrap {
	width:100%;
}
.full-width-wrap:before {
	content:'';
	position:absolute;
	right:0;
	width:30%;
	background:#fff;
	top:-70px;
	height:70px;
}
.body-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:#f4f4f4;
	z-index:2;
}
.bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size: cover;
	background-attachment: scroll  ;
	background-position: center  ;
	background-repeat:repeat;
	background-origin: content-box;
}
.full-height-parallax {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:2;
}
.respimg {
	width:100%;
	height:auto;
}
/* Mimari Konsept ikonları */
.section-title .service-icons{
    text-align: center;       /* ikon grubu ortalansın */
    margin-top: 10px;
}

.section-title .service-icons .respimg2{
    width: 45px;
    height: 45px;
    object-fit: contain;
    display: inline-block;
    margin: 0 6px;            /* 1 ikon varsa ortalı, 2 ikon varsa aralarında boşluk */
}

.resume-item-small .resume-head h3{
    font-size:30px;   /* istediğin boyut */
    line-height:2;
}

.overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.2;
}
section {
	float:left;
	width:100%;
	position:relative;
	padding:50px 0;
	border-bottom:6px solid #eee;
}
.parallax-section {
	float:left;
	width:100%;
	padding:250px 0;
	position:relative;
}
.align-text {
	text-align:left;
}
.img-wrap {
	position:absolute;
	top:0;
	right:0;
	width:30%;
	overflow:hidden;
	height:100%;
	z-index:4;
}
.scale-callback {
	float:left;
	width:33.33333%;
	height:25%;
	position:relative;
	z-index:5;
}
.scale-callback:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	transition:all 400ms cubic-bezier(0.215,.61,.355,1);
}
.scale-bg5:before{
	width:0;
}
.no-border {
	border:none !important;
}
.no-padding {
	padding:0 !important;
}
.content-nav {
	float:left;
	width:100%;
	padding:40px 0;
	position:relative;
}
.content-nav ul {
	position:relative;
	left:0;
}
.content-nav li {
	float:left;
	margin-right:10px;
}
.content-nav li a {
	font-size:3.2em;
}
.content-nav li span {
	line-height:4.2em;
}
.p-all {
	position:absolute;
	right:0;
	top:30px;
	font-size:1.2em;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border: 1px solid #eee;
}
.p-all:hover {
	background: #f9f9f9
}
.content-nav a , .p-all {
    transition: all 200ms linear;
}
.content-nav li a span {
	text-transform:uppercase;
	padding-right:20px;
	font-size:18px;
	position:relative;
	top:-2px;
}
.content-nav a:hover {
	opacity:0.6;
}
.btn	{
	float:left;
	padding:15px 30px 15px 0;
	letter-spacing:2px;
	font-weight:800;
	text-transform: uppercase;
	color:#000;
	-webkit-appearance: none;
    transition: all 200ms linear;
}
.btn:hover {
	 color:#666;
}
.btn span {
	float:left;
	margin-right:4px;
}
.btn i {
	float:left;
	margin:2px 0 0 12px;
    transition: all 200ms linear;
}
.btn:hover i {
	margin-left:22px;
}
/*------item hover ------------------------------------------------*/
.box-item {
	float:left;
	width:100%;
}
.box-item a {
	float:left;
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}
.box-item a img {
	position:relative;
	z-index:1;
  	transition: all 4000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.box-item a .overlay {
	opacity:0;
	z-index:2;
 
    transition: all 200ms linear;
}
.box-item a:hover .overlay {
	opacity:0.3;
}
.box-item a:hover img {
	transform: scale(1.05);
}
/*------ Header  ------------------------------------------------*/
header{
	position:fixed;
	top:0;
	left:0;
	z-index:20;
	height: 90px;
	width:70%;
	background:#fff;
	-webkit-transform: translate3d(0,0,0);
	border-bottom: 1px solid #eee;
}
.progress-bar {
	position: absolute;
	left: 0;
	width: 0;
	height: 1px;
	background: #000;
	z-index: 20;
	top: 0;
	transition: all .2s ease-in-out;
}
.header-inner {
	margin:0 auto;
	position:relative;
	max-width: 1124px;
	height: 90px;
	width:92%;
	padding-right:160px;
}
.logo-holder {
	position:absolute;
	z-index:21;
	left: 0;
	top: 50%;
	height: 30px;
	margin-top: -15px;
}
.logo-holder img {
	width: auto;
	height: 100%;
}
/*------ navigation  ------------------------------------------------*/
.nav-holder {
	float:right;
	position:relative;
	opacity:1;
	left:0;
	visibility:visible;
	z-index:20;
	top:22px;
	margin-right:0;
}
.nav-holder nav {
	position:relative;
	float: right;
}
.nav-holder nav li{
	float:left;
	position:relative;
	margin-right:10px;
	height:70px;
}
.nav-holder nav li ul {
	margin: 32px 0 0 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	min-width:190px;
	top: 36px;
	right: 0;
	z-index: 1;
	padding:20px 30px;
	background: rgba(0,0,0,0.8);
	transition: all .2s ease-in-out;
}
.nav-holder nav li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.nav-holder nav li ul li ul {
	top: -20px  ;
	right: 100%;
	margin-right:30px;
	margin-top:0;
	max-width:150px;
}
.nav-holder nav li ul li:hover  > ul  {
	opacity: 1;
	visibility: visible;
}
.nav-holder nav li ul li {
	width:100%;
	float:left;
	height:auto;
	position:relative;
}
.nav-holder nav li a {
	float: left;
	padding: 12px;
    font-size: 1.0em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 25px;
    color: #232D38;
    transition: all 100ms linear;
}
.nav-holder nav li a.act-link   , .nav-holder nav li a:hover{
    color: #999;
}
.nav-holder nav li ul a {
	color:#fff;
	float:left;
	width:100%;
	font-size:12px;
	text-align:left;
	padding:2px 15px;
	letter-spacing:0px;
}
.nav-button-holder {
	display:none;
}
/*------ Home -------------------------------------------------*/
.fullheight-carousel-holder , .fullheight-carousel {
	 height:100%;
	 background:#fff;
	 width:100%;
	 overflow:hidden;
}
.fullheight-carousel .item , .carousel-item{
	 width:100%;
	 height:100%;
	 float:left;
	 overflow:hidden;
	 position:relative;
}
.fullheight-carousel .item {
	padding:3px;
}
.media-container {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 0;
	z-index: -1;
}
.video-holder-wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	overflow: hidden;
}
.video-container video {
	width: 100%;
}
.media-container .overlay {
	opacity: .4
}
.slide-title-holder {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.fullheight-carousel-holder .customNavigation {
	position:absolute;
	bottom:20px;
	left:50%;
	margin-left:-41px;
	width:142px;
	height:70px;
	z-index:5;
}
.fullheight-carousel-holder .customNavigation a {
	width:70px;
	height:70px;
	background:#fff;
	margin-right:1px;
	float:left;
	line-height:70px;
	color:#000;
	cursor:pointer;
 
    transition: all 500ms linear;
}
.fullheight-carousel-holder .customNavigation a:hover {
	transform: scale(0.9);
}
.carousel-link-holder {
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	width:100%;
	left:0;
	z-index:3;
}
.carousel-link-holder h3 {
	text-transform:uppercase;
	font-size:2.5em;
	letter-spacing: 10px;
}
.carousel-link-holder h3 a {
	color:#fff;
	position:relative;
}
.carousel-link-holder h3 a:before , .carousel-link-holder h3 a:after {
	content:'';
	position:absolute;
	bottom:-10px;
	height:1px;
	background:#fff;
	width:0;
}
.carousel-link-holder h3 a:before {
	left:50%;
}
.carousel-link-holder h3 a:after {
	right:50%;
}
.carousel-link-holder h3 a:hover:before , .carousel-link-holder h3 a:hover:after {
	width:30%;
}
.carousel-decor {
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
}
.carousel-item .bg , .carousel-item  .overlay , .carousel-link-holder h3 a:before , .carousel-link-holder h3 a:after , .swiper-nav   {
    transition: all 500ms linear;
}
.vis-decor .bg {
	transform: scale(1.2);
}
.vis-decor .overlay {
	opacity:0.7;
}
.swiper-nav-holder {
	z-index:6;
	position:absolute;
	top:50%;
	left:0;
	width:100%;
}
.swiper-nav-holder .arrow-left {
	left:30px !important;
	color:#fff;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #000;
	position:absolute;
	font-size:1.1em;
}
.swiper-nav-holder .arrow-right {
 	color:#fff;
	right:30px !important;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #000;
	position:absolute;
	font-size:1.1em;
}
.slide-title {
	display: inline-block;
	top:50%;
	position:relative;
}
.slide-title:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -30px;
	height:0px;
	width: 60px;
	margin-left: -30px;
	background: #fff;
}
.slide-title h3{
	position:relative;
	opacity:0;
	top:50px;
}
.swiper-slide .overlay {
	opacity:.4;
}
.swiper-slide-active   .slide-title h3{
	opacity:1;
	top:0;
	transition: 1s 0.5s;
}
.slide-title h3 {
	font-size:7.2em;
	text-transform:uppercase;
	letter-spacing:10px;
	position:relative;
	margin-bottom:10px;
	color:#fff;
}
.slide-title h3:hover {
	opacity:0.8;
}
.slide-title h4 {
	font-size: 14px;
	text-transform:uppercase;
	letter-spacing:2px;
	position:relative;
	margin:6px 0 0 0;
	color:#fff;
}
.slide-title h3 a  , .slide-title h4 a{
	color:#fff;
}
.slide-title h4 a {
	 float: none;
	display: inline-block;
}
.slide-title h4 a:hover , .slide-title h4 a:hover i {
	color:#fff;
}
.slide-title h4 a {
	padding-right:0;
}
.single-title h3{
	position:relative;
	opacity:1;
	top:0;
}
.single-title .slide-title {
	position:relative;
 	left:-50px;
}
.title-text {
	position:relative;
	z-index:2;
}
.mob-bg {
	display:none;
}
/*------ Page title  ------------------------------------------------*/
.page-title {
	float:left;
	width:100%;
	padding:30px 0 10px;
	position:relative;
	border-bottom:6px solid #eee;
}
.page-title h2 {
	float:left;
	max-width:750px;
	text-transform:uppercase;
	padding-bottom:20px;
	font-size:4.5em;
	text-align:left;
	font-weight:bold;
}
.page-title h3 {
	float:left;
	width:100%;
	line-height:26px;
	font-size:.9em;
	text-align:left;
	text-transform:uppercase;
	color:#666;
}
.page-title h3 span {
	float:left;
	max-width:550px;
}
.fullwidth-slider-holder , .single-slider-holder {
	float:left;
	width:100%;
	position:relative;
}
.fullwidth-slider-holder .item {
	position:relative;
}
.full-width-holder {
	float:left;
	width:100%;
	position:relative;
}
.single-slider-holder {
	margin-bottom:20px;
}
article {
	float:left;
	margin-top:10px;
	width:100%;
	position:relative;
}
.section-title {
	float:left;
	width:100%;
	margin-bottom:50px;
}
.section-title h3 {
	text-align:left;
	font-size:4.2em;
	position:relative;
	float:left;
	text-transform:uppercase;
	padding-bottom:20px;
}
.section-title h3:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:40px;
	height:6px;
	background:#000;
}
/*------ services  ------------------------------------------------*/
.services-info {
	background:#fff;
	float:right;
	width:90%;
	top:-50px;
	padding:40px 30px;
	position:relative;
	z-index:2;
	border: 1px solid #eee;
	border-top: 0;
}
.services-info:before , .services-info:after {
	content:'';
	position:absolute;
	background:#000;
	right:0;
	bottom:0;
}
.services-info:before{
	height:40px;
	width:6px;
}
.services-info:after {
	height:6px;
	width:40px;
}
.services-info , .services-info:before , .services-info:after {
 
    transition: all 300ms linear;
}
.services-box:hover .services-info {
	top:0;
	width:100%;
}
.services-box:hover .services-info:before {
	height:0;
}
.services-box:hover .services-info:after {
	width:0;
}
.services-info h4 {
	text-align:left;
	font-size:1.1em;
	text-transform:uppercase;
	margin-bottom:20px;
}
.services-info ul {
	float:left;
	text-align:left;
}
.services-info ul li {
	text-align:left;
	float:left;
	width:100%;
	color:#666;
	font-size: 1.1em;
    text-transform: uppercase;
	margin-bottom:10px;
}
.section-separator {
	float:right;
	width:70%;
	height:6px;
	background:#000;
	margin-right:-20%;
}
.bg-parallax {
	background-attachment:fixed;
}
.pagination{
	position:absolute;
	z-index:20;
	left:0;
	width:100%;
	bottom:40px;
}
.pagination .swiper-pagination-bullet   {
    width: 6px;
    height: 6px;
 	display: inline-block;
	margin: 0 10px;
	position: relative;
    transition: all .5s ease;
	background: #fff;
	opacity: .5
}
.resize-carousel-holder .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
} 
.resize-carousel-holder .pagination {
    bottom: 40px;
}
.pagination .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 22px;
    margin: -11px 0 0 -11px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 100%;
    transition: all 0.3s ease;
    transform: scale(0.0);
}
.pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1
}
.pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    transform: scale(1.0); 
}
/*------ Team  ------------------------------------------------*/
.team-holder {
	float:left;
	width:100%;
}
.team-holder li {
	float:left;
	width:33.3333%;
	padding:20px 20px 20px 0;
}
.team-box {
	float:left;
	position:relative;
	width:100%;
	margin-bottom:20px;
}
.team-info {
	float:left;
	width:100%;
	margin-top:20px;
	text-align:left;
}
.team-info h3 {
	font-size:1.7em;
	padding-bottom:10px;
}
.team-info h4 {
	font-size:.9em;
	text-transform: uppercase;
	font-weight: 600;
}
.team-box:before , .team-box:after {
	content:'';
	position:absolute;
	right:0;
	bottom:0;
	background:#000;
}
.team-box:before {
	width:0;
	height:6px;
}
.team-box:after {
	width:6px;
	height:0;
}
.team-box:hover:before {
	width:50px;
}
.team-box:hover:after {
	height:50px;
}
.team-photo {
	position:relative;
	overflow:hidden;
	width:100%;
	float:left;
}
.team-photo   span {
	position:absolute;
	bottom:-50px;
	right:0;
	z-index:5;
	padding:0 45px;
	background:#fff;
	height: 50px;
	line-height: 50px;
}
.team-box:before , .team-box:after , .team-photo span {
    transition: all 300ms linear;
}
.team-photo:hover span{
	bottom:0;
}
.team-box .overlay {
	opacity:0;
	z-index:2;
	background:#000;
    transition: all 300ms linear;
}
.team-box:hover .overlay {
	opacity:0.5;
}
.team-social {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	z-index:3;
	display:none;
}
.team-social li {
	float:none !important;
	display:inline-block !important;
	margin: 0 10px;
	width:auto !important;
}
.team-social li a {
	color:#fff;
	font-size:1.7em;
	position:relative;
	top:50px;
	opacity:0;
}
/*------ Porfolio  ------------------------------------------------*/
.fixed-column {
	position:fixed;
	right:0;
	width:30%;
	top:0;
	height:100%;
	background:#fff;
	z-index:10;
	overflow:auto;
}
.not-vis-column {
	right:-100%;
}
.fixed-column  section {
	padding:150px 50px 50px;
}
.fixed-column  .section-title h3{
	font-size: 2.7em;
}
.fixed-column .project-details h3 {
	font-size: 1.1em;	
}
.hide-column {
	position:absolute;
	top:0;
	right:0;
	width:90px;
	height:90px;
	background: #000;
	cursor:pointer;
	z-index:5;
}
.hide-column:before , .hide-column:after {
	content:'';
	position:absolute;
	background:#fff;
    transition: all 300ms linear;
	 transform: rotate(-45deg);
	top:50%;
	left:50%;
}
.hide-column:before {
	width:20px;
	height:2px;
	margin:-1px 0 0 -10px;
}
.hide-column:after {
	width:2px;
	height:20px;
	margin:-10px 0 0 -1px;
}
.project-details  ul.descr{
	float:left;
	width:100%;
	margin:20px 0;
	padding: 20px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
section  .project-details ul.descr {
	border:none;
	padding: 0;
	margin-bottom: 0;
}
.project-details ul.descr li {
	float:left;
	width:100%;
	position:relative;
	padding:10px 0;
	font-size:1.2em;
	text-align:left;
}
.project-details p {
	font-size:16px;
}
.project-details p:first-child {
	margin-top:50px;
}
.project-details ul.descr li span {
	color:#666;
	font-size:12px;
	text-transform:uppercase;
	padding-right:10px;
}
.show-info {
	position:absolute;
	bottom: 0;
	right:0;
	z-index:112;
	font-size:1.0em;
	text-transform:uppercase;
	color:#fff;
	width:180px;
	height:90px;
	line-height: 90px;
	background: #000;
	cursor:pointer;
}
.zoomimage {
	width:30px;
	height:30px;
	color:#fff;
	position:absolute;
	top:70px;
	right:50px;
	line-height:30px;
	cursor:pointer;
	z-index:5;
	background:#000;
}
.zoomimage  i {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	line-height:90px;
}
.zoomimage img {
	width:30px;
	height:30px;
	opacity:0;
	position:relative;
	z-index:2;
}
#horizontal-slider .zoomimage {
	width:90px;
	height:90px;
	top:0;
	right:0;	
}
#horizontal-slider .zoomimage img {
	width:90px;
	height:90px;
}
.show-info:before {
	content:'';
	position:absolute;
	bottom:-9px;
	right:0;
	width:0;
	height:4px;
	background:#fff;
    transition: all 300ms linear;
}
.show-info:hover:before  {
	width:100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    float: left;
}
.content.full-height {
	overflow: hidden
}
.filter-holder {
	float:left;
	width:100%;
	margin-bottom:40px;
}
.filter-button {
	float:left;
	position:relative;
	cursor:pointer;
}
.filter-button ul {
	float:left;
	width:30px;
	margin-right:8px;
}
.filter-button ul li {
	width:30px;
	height:3px;
	float:right;
	margin-top:3px;
	background:#000;
    transition: all 300ms linear;
}
.filter-button ul li:nth-child(1)  {
	width:20px;
}
.filter-button ul li:nth-child(2) {
	width:25px;
}
.filter-button:hover ul li  {
	width:30px !important;
}
.filter-text {
	font-size:16px;
	text-transform:uppercase;
	font-weight: 700;
	position:relative;
	float:left;
}
.gallery-filters {
	float:left;
	margin-left:50px;
	display:none;
}
.gallery-filters  a {
	margin-right:28px;
    font-size: 1.0em;
    text-transform: uppercase;
    font-weight: bold;
	color: #666;
	position:relative;
	float:left;
	padding:3px 0 4px 0;
	opacity:0;
	top:20px;
}
.gallery-filters  a:before {
	content:'';
	position:absolute;
	bottom:-6px;
	right:0;
	height:4px;
	width:0;
	background:#000;
    transition: all 300ms linear;
}
.gallery-filters  a.gallery-filter-active:before {
	width:100%;
}
.column-filter .gallery-filters {
	display:block;
	margin-left:0;
	margin-top:30px;
}
.column-filter a  {
	margin-right:0;
	margin-bottom:14px;
	text-align:left;
	width:100%;
	float:left;
	opacity:1;
	top:0;
}
.column-filter  a:before {
	left:0;
}
.column-filter  a.gallery-filter-active:before {
	width:30px;
}
.fixed-filter {
	position:fixed;
	z-index:20;
	width:30%;
	height:90px;
	background:#fff;
	bottom:0;
	right:0;
	margin-bottom: 0;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
}
.fixed-filter .gallery-filters {
	display:block;
 	margin: 0;
	width: 100%;
}
.fixed-filter a {
	margin: 0 14px;
	line-height: 90px;
    font-size: 1.0em;
    text-transform: uppercase;
    font-weight: bold;
	position:relative;
	display: inline-block;
 	float: none;
	opacity:1;
	padding: 0;
	top:0;
}
.fixed-filter .gallery-filters a:before {
	bottom: 0;
}
.full-width-wrap .gallery-items  {
	padding-bottom:90px !important;
}
.gallery-items {
	float:left;
	width:100%;
	overflow:hidden;
}
.mm .gallery-items {
	min-height: 100vh
}
.no-fh {
	height:auto!important;
}
.grid-item-holder {
	 float:left;
	 width:100%;
	 position:relative;
}
.hid-port-info .grid-item-holder {
	overflow:hidden;
}
.grid-big-pad  .grid-item-holder{
	padding:40px;
}
.grid-small-pad  .grid-item-holder{
	padding:10px 20px 10px 0;
}
.gallery-item, .grid-sizer {
	width: 25%;
	position:relative;
}
.gallery-item-second,
.grid-sizer-second {
	width: 50%;
}
.gallery-item-three,
.grid-sizer-three {
	width: 75%;
}
.gallery-item img, .grid-sizer img {
	width: 100%;
	height: auto;
	position:relative;
	z-index:1;
}
.four-coulms .gallery-item , .four-coulms .grid-sizer{
	width:25%;
}
.three-coulms .gallery-item , .three-coulms .grid-sizer{
	width:33.33333%;
}
.three-coulms .gallery-item-second {
	width:66.66666%;
}
.gallery-item .overlay {
	z-index:2;
	opacity:0;
	background:#fff;
}
.grid-item {
	position:relative;
	float:left;
	width:100%;
	z-index:3;
	margin-top:10px;
	padding-bottom:10px;
}
.hid-port-info .grid-item {
	position:absolute;
	bottom:-100%;
	left:0;
	margin:0;
	padding:30px;
	background:#fff;
    transition: all 500ms linear;
}
.hid-port-info .grid-item-holder:hover .grid-item  {
	bottom:0;
}
.grid-item h3 {
	font-size:1.1em;
	text-transform:uppercase;
	font-weight: 700;
	position:relative;
	float:left;
}
.grid-item span {
	width:100%;
	float:left;
	text-align:left;
	font-size:14px;
	opacity:0.6;
	margin-top:6px;
}
 .grid-item-holder:before {
	content:'';
	position:absolute;
	right:20px;
	bottom:10px;
	background:#000;
}
.grid-item-holder:before {
	width:0;
	height:6px;
}
.grid-item-holder:hover:before   {
	width:50px;
}
.st-3 .grid-item-holder a img , .gallery-item img, .grid-sizer img ,  .grid-item-holder:before  {
    transition: all 300ms linear;
}
.fullwidth-slider-holder {
	padding-right:80px;
}
.fullwidth-slider-holder .customNavigation {
	position:absolute;
	top:50%;
	right:0;
	width:50px;
	height:80px;
	margin-top:-40px;
	padding:10px 0;
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
}
.fullwidth-slider-holder .customNavigation a {
	float:left;
	width:100%;
	height:40px;
	color:#000;
	cursor:pointer;
	font-size:16px;
	position:relative;
}
.fullwidth-slider-holder .customNavigation a:before {
	content:'';
	position:absolute;
	background:#000;
	height:2px;
	width:0;
    transition: all 300ms linear;
}
.fullwidth-slider-holder .customNavigation a.next-slide:before {
	right:0;
	top:-12px;
}
.fullwidth-slider-holder .customNavigation a.prev-slide:before {
	bottom:12px;
	left:0;
}
.fullwidth-slider-holder .customNavigation a:hover:before {
	width:100%;
}

/* BLOG single – slider her dilde görünsün (AR fix) */
.blog-media .fullwidth-slider-holder .full-width.owl-carousel {
    display: block !important;   /* Owl'ın display:none'ını override et */
    width: 100%;
}

.blog-media .fullwidth-slider-holder .item img {
    display: block;
    width: 100%;
    height: auto;
}

.resume-holder , .resume-item{
	float:left;
	width:100%;
	position:relative;
}
.resume-item {
	padding:20px 0;
	border-bottom:1px solid #eee;
}
.resume-head  {
	float:left;
	padding:10px 0;
	width:100%;
	position:relative;
}
.resume-head:before {
	content:'';
	position:absolute;
	top:20%;
	right:0;
	width:90px;
	height:6px;
	background:#000;
}
.resume-head h3 {
	float:left;
	text-align:left;
	font-size: 1.4em;
}
.resume-box h5 {
	text-align:left;
	font-size: 1.5em;
	text-transform:uppercase;
}
.resume-box p {
	margin-top:10px;
	font-size: 16px;
}
.hidden-info {
	float:right;
	float:left;
	width:100%;
	display:none;
	padding:10px 0;
	margin-top:20px;
}
.show-hidden-info{
	float:right;
	width:30px;
	height:30px;
	cursor:pointer;
	margin: 20px 0;
	position:relative;
}
.show-hidden-info:before , .show-hidden-info:after {
	content:'';
	position:absolute;
	background:#000;
    transition: all 300ms linear;
}
.show-hidden-info:before {
	top:50%;
	left:0;
	width:100%;
	height:4px;
	margin-top:-2px;
}
.show-hidden-info:after  {
	top:0;
	left:50%;
	width:4px;
	height:100%;
	margin-left:-2px;
}
.vhi:after{
	height:0;
}
.vhi:after , .vhi:before {
	background:#ccc;
}
.inline-gallery {
	float:left;
	margin-top:30px;
	margin-bottom:10px;
}
.inline-gallery li {
	float:left;
	position:relative;
	width:25%;
	padding:4px 4px 4px 0;
}
.resp-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom:20px;
}
.resp-video iframe,
.resp-video object,
.resp-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*------ footer  ------------------------------------------------*/
.height-emulator {
	float:left;
	width:100%;
	position:relative;
	z-index:1;
}
footer {
	position:fixed;
	bottom:0;
	left:0;
	width:70%;
	padding:90px 0 0;
	z-index:2;
	opacity:0;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
}
.footer-inner {
	float:left;
	width:100%;
	position: relative;
	padding-left: 160px;
}
.footer-inner:before {
	content: '';
	position: absolute;
	left:50%;
	height: 100%;
    background: #fff;
	width: 100vw;
	z-index: -1;
}
.footer-content {
	background: #fff;
	float:left;
	width:100%;
	position: relative;
	padding: 110px 0 180px 90px;
}
.footer-content:before {
	content: '';
	position: absolute;
	bottom: 90px;
	left: 0;
	width: 100vw;
	height: 1px;
	background: #eee;
}
.subbfooter {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 90px;
	line-height: 90px;
	padding-left: 90px;
	text-align: left;
	right: 0;
}
.policy-box {
	text-transform: uppercase;
}
.footer-social {
	position: absolute;
	right: 90px;
	bottom: 35px;
	z-index: 20;
}
.footer-social li {
	float: left;
	margin-left: 20px;
	font-size: .8em;
	text-transform: uppercase;
}
.footer-logo {
	position: absolute;
	left: 0;
	top:110px;
}
.footer-title {
	text-align: left;
	font-size: 1.2em;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.footer-adress , .footer-contact  , .footer-contact li {
	float:left;
	text-align:left;
	width:100%;
	position: relative;
}
.footer-contact:before , .footer-adress:before {
	content: '';
	position: absolute;
	bottom: -20px;
	width: 40px;
	height: 1px;
	left: 0;
	background: #ddd;
}
 
.footer-adress span  {
 	font-size: 1.1em;
	text-transform:uppercase;
}
.footer-adress a , .footer-contact li a {
	float:left;
	width:100%;
	margin-top:15px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
} 
.not-vis-footer {
	opacity:0;
}
.footer-decor {
	position:absolute;
	top:180px;
	right:90px;
	width:50px;
	height:50px;
	border-top: 6px solid #eee;
	border-right: 6px solid #eee;
	z-index: 20;
}
.to-top {
	position:fixed;
	bottom:0;
	right:0;
	width:90px;
	height:90px;
	line-height:90px;
	font-size:18px;
	cursor:pointer;
	z-index:3;
	-webkit-transform: translate3d(0,0,0);
	background:#fff;
}
.to-top:hover i {
	opacity:0.5;
}
#subscribe {
	position: relative;
	float: left;
	width: 100%;
}
#subscribe label {
	position: absolute;
	left: 0;
	top: -30px;
}
#subscribe label i {
	display: none;
}
#subscribe input {
	float: left;
	width: 100%;
	height: 70px;
    border: 0;
    border: 1px solid #eee;
	background: #fff;
	padding:  0 30px;
	-webkit-appearance: none;
	position: relative;
	z-index: 1;
}
#subscribe input:focus {
	background:#f9f9f9;
	transition: all .4s ease-in-out;
}
.subscribe-button {
	position: absolute;
	right: 0;
	border:0;
	top: 0;
	height: 70px;
	background: #000;
	color:#fff;
	width: 120px;
	font-size: .8em;
	letter-spacing: 2px;
	z-index: 2;	
	text-transform: uppercase;
	cursor: pointer;
} 
/*------ map - ------------------------------------------------*/
.map-box {
	float:left;
	width:100% ;
	height:400px;
	position:relative;
}
.map-holder{
	position:absolute;
	top:0;
	left:0;
	width:100% ;
	height:100%;
}
#map-canvas {
	float:left;
	width:100%;
	height:100%;
	position:relative;
}
/*------ Contact  ------------------------------------------------*/
.contact-details {
	float:left;
	width:100%;
	padding-top:30px;
	text-align:left;
}
.contact-details h3 {
	font-size:2.6em;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
}
.contact-details h4 {
	text-align: left;
    font-size: 1.2em;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.contact-details ul  {
	padding-bottom:20px;
}
.contact-details ul li a {
	padding:10px 0;
	float:left;
	font-size:1.2em;
	width:100%;
}
.contact-details ul li a:hover {
	text-decoration:underline;
}
.contact-form-holder {
	max-width:600px;
	border-top:8px solid #000;
}
#contact-form  , #comment-form{
	width:100%;
	float:left;
	margin-top:30px;
}
#contact-form input[type="text"] , #contact-form textarea , #comment-form input[type="text"]  , #comment-form textarea{
	float:left;
	width: 100%;
	background:none;
	margin-bottom:20px;
	font-size: 14px;
	height:50px;
	border-radius: none;
	position:relative;
	z-index:20;
	padding-left:8px;
	color:#000;
	border:0;
	border-bottom:4px solid #ccc;
	-webkit-appearance: none;
}
#contact-form textarea  , #comment-form textarea {
	height:170px;
	resize:none;
	overflow: auto;
	background:none;
	box-shadow: none;
}
#submit	{
	float:left;
	border:none;
	background:#000;
	color:#fff;
	padding:25px 40px;
 	font-size:.9em;
	margin:10px 0 0 0;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:2px;
	-webkit-appearance: none;
    transition: all 200ms linear;
}
#submit:hover {
	 color:#ccc;
}
#submit i , .to-top i {
 
    transition: all 200ms linear;
}
#submit:hover i {
	color:#000;
}
.verify-wrap {
	float:left;
	width:100%;
	margin:15px 0;
}
.verify-text {
	float:left;
	margin-right:20px;
	width:100%;
	text-align:left;
}
#contact-form input#verify[type="text"] {
	float:left;
	width:70px !important;
}
.error_message {
	text-align:left;
	font-size:13px;
	max-width:450px;
	position:relative;
	padding:10px;
}
#success_page h3{
	text-align:left;
	font-size:18px;
}
#success_page p {
	margin-top:10px;
	text-align:left;
	padding:6px 6px 6px 0;
	color:#000;
}
#message fieldset {
	border:none;
}
/*------ Share  ------------------------------------------------*/
.selectMe {
	position:absolute;
	top:0;
	right:0;
 	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	width:160px;
	padding: 0 0 0  15px;
	text-align: center;
	height:90px;
	z-index:11;
	line-height:90px;
	font-weight: 600;
	cursor:pointer;
	font-size:1.1em;
	text-transform: uppercase;
}
.selectMe:before{
	font-family:FontAwesome;
    -webkit-font-smoothing: antialiased;
	/*content: "\f079";*/
	font-size:1.3em;
	position: absolute;
	left: 30px;
	top: 0;
}
.selectMe.vissharebtn:before {
	content: "\f00d";
}
.share-container {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height:90px;
	line-height: 90px;
	background: #000;
 
	display: none;
} 
.share-container a {
	display: inline-block;
	margin: 0 30px;
	color: #fff;
 
	font-weight: 600 ;
	text-transform: uppercase;
} 
.share-container a:hover {
	color:#ccc;
}
.share-icon-facebook:before  {
    content: "facebook";
}
.share-icon-twitter:before {
    content: "twitter";
}
.share-icon-tumblr:before {
   content: "tumblr";
}
.share-icon-linkedin:before {
     content: "linkedin";
}
 
.share-icon-pinterest:before {
    content: "pinterest";
}
/*------ facts ------------------------------------------------*/
.inline-facts-holder {
	margin:30px 0;
}
.inline-facts-holder:before {
	content:'';
	position:absolute;
	top:50%;
	left:-40%;
	width:20%;
	background:#000;
	height:6px;
	margin-top:-3px;
}
.inline-facts h6 {
	float:right;
	width:100%;
	text-transform: uppercase;
	margin-top:10px;
	text-align:right;
	font-size: 1.0em;
}
.num{
	float:right;
	font-size:6.0em;
	text-align:right;
	text-transform:uppercase;
	width:100%;
}
/*------ blog ------------------------------------------------*/
.blog-nav {
	margin-top: 50px;
	text-transform: uppercase;
	float: left;
	width: 100%;
	font-size: 1.0em;
}
.blog-nav a {
	padding: 25px 40px;
	text-align: center;
	border: 1px solid #eee;
	float: left;
	background: #f9f9f9;
}
.blog-nav a:hover {
	background: #fff
}
.blog-nav i {
	margin-left: 12px;
	font-size: 1.2em;
}
 .sinnle-post h2 {
	float:left;
	font-size:32px;
	text-align:left;
	text-transform:uppercase;
	width:100%;
}
.blog-title  , .blog-text{
	float:left;
	width:100%;
	padding:20px 0;
}
.blog-title   li {
	float:left;
	text-align:left;
	text-transform:uppercase;
	margin-bottom:10px;
	color:#666;
	font-size:13px;
	margin-right:4px;
}
.blog-title a {
	color:#666;
}
.blog-text {
	margin-top:10px;
	position:relative;
}
.sinnle-post .blog-text {
	max-width:900px;
}
.blog-text h3  , .comment-form-holder h3 , .comments-holder h3 , .project-details h3{
	font-size:16px;
	text-align:left;
	text-transform:uppercase;
	margin-bottom:10px;
}
.project-details h3 {
	padding:50px 0 15px;
}
.blog-media {
	float:left;
	width:100%;
	position:relative;
}
.blog-text p {
	font-size:14px;
	padding-top:10px;
}
.sinnle-post p {
	font-size:16px;
}
.sinnle-post .blog-text h3 {
	margin-bottom:30px;
}
.commentlist {
	text-align:left;
	float:left;
	margin-bottom:80px;
	max-width:900px;
}
.comment-form-holder {
	max-width:800px;
}
#comments{
	text-align:left;
	padding-top: 10px;
	max-width:800px;
}
#comments-title , #reply-title{
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 5px;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	color:#666;
}
.comment{
	float: left;
}
.comment-body{
	position: relative;
	margin-left: 70px;
	padding-top: 30px;
}
.comment-author{
	position: absolute;
	top: 30px;
	left: -66px;
}
.comment-author img{
	border-radius: 100%;
}
.comment .children{
	margin-left: 70px;
}
.fn{
	display: block;
	margin-bottom: 10px;
}
.comment-meta, .comment-meta a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	letter-spacing:1px;
	color:#494949;
	padding-bottom:10px;
}
/*------ 404 -------------------------------------------------*/
#ajax-loading-box {
	display:none !important;
}
.back-link {
	position:fixed;
	top:0;
	left:0;
	width:70%;
	height:100%;
	z-index:50000;
	background:#fff;
}
.back-link h2 {
	font-size: 5.4rem;
  	line-height: 4.4rem;
}
.back-link span {
	position:relative;
	top:30%;
	float:left;
	width:100%;
	font-size:34px;
	text-transform:uppercase;
}
.ajaxPageSwitchBacklink {
	display:inline-block;
	margin-top:20px;
	cursor:pointer;
	color:#000;
	position:relative;
	top:30%;
}
.ajaxPageSwitchBacklink:before {
	content:'';
	position:absolute;
	bottom:-10px;
	left:0;
	width:0;
	height:2px;
	background:#000;
    transition: all 300ms linear;
}
.ajaxPageSwitchBacklink:hover:before {
	width:100%;
}
/*------ css-animation - ------------------------------------------------*/
.transition{
    transition: all 500ms linear;
}
.transition2{
    transition: all 200ms linear;
}
.transition3{
    transition: all 300ms linear;
}
.scale-bg2{
	opacity:0;
}
.fl-l {
	float:left;
}
.bg-animate img{
	opacity:0.1;
	animation:loopCircle 30s linear 0s infinite normal
}
@keyframes loopCircle{
	0%{transform:rotate3d(0,0,1,0deg);
}
	100%{transform:rotate3d(0,0,1,180deg);
}
}
/*------  Responsive ------------------------------------------------------*/
@media only screen and  (max-width: 1400px) {
.footer-inner {
    padding:0;
}
.footer-content {
    padding: 110px 30px 180px 30px;
}
footer .container {
	width: 100%;	
}
.footer-decor {
    position: absolute;
    top: 140px;
    right: 30px;
}
.subbfooter {
    padding-left: 30px;
}	
}
@media only screen and (max-width: 1036px) {
    .logo-holder {
        left: 20px;
    }

    /* linkler her zaman üstte ve tıklanabilir olsun */
    .box-item a {
        position: relative;
        z-index: 3;
    }
    /* istersen bu satırı tamamen silebilirsin, şart değil */
    /* .box-item:hover a { z-index:3; } */

    .mob-bg {
        display:block;
    }
    .wrapper-inner  , header , footer , .fixed-filter{
        width:100%;
    }
    .wrapper-inner {
        padding:90px 0;
    }
.inline-facts-holder:before , .show-info , .hide-column  , .img-wrap  , .bg-animate{
	display:none;
}
.inline-facts h6 {
	float: none;
	font-size:16px;
	text-align:center;
}
.num{
	float: none;
	text-align:center;
}
.nav-button-holder  {
	display:block;
	position: absolute;
	right: 200px;
	top:45px;
}
.nav-button  {
	position:absolute;
	top:50%;
	left:50%;
	width:22px;
	height:20px;
	margin-left:-11px;
	margin-top:-6px;
	cursor: pointer;
}
.nav-button span{
	float:left;
	width:100%;
	height:2px;
	background:#000;
	margin-bottom:4px;
	border-radius:4px;
    transition: all 200ms linear;
}
.nav-button span:first-child {
    width: 50%;
}
.main-menu nav ul {
	display:none;
}
.main-menu{
	position: absolute  ;
	top:90px;
	right:-20px;
	width:300px;
	z-index:50;
 	padding:25px 30px ;
 	background:#222;
	visibility:hidden;
	opacity:0;
	transition: all 0.4s  ease-in-out;
}
.vismobmenu {
	opacity:1;
	right:0;
	visibility:visible;
}
.menusb {
	display:block;
	float:left;
	position:relative;
	width:100%;
	overflow:hidden;
}
.main-menu .menusb ul  {
	display:block;
	float:left;
	position:relative;
	width:100%;
}
.menusb li {
	margin: 0;
	float: left;
	width:100%;
	position:relative;
	overflow:hidden;
	padding:0 20px;
}
.menusb   li i {
	position:absolute;
	right:18px;
	top:12px;
}
.menusb  a {
	float:left;
	width:100%;
	padding:8px 5px;
	position:relative;
	font-weight: 600;
	font-size: 1.0em;
	text-transform: uppercase;
	color: #fff;
	line-height:20px;
	text-align:left;
}
.menusb  a.act-link {
	color:rgba(255,255,255,0.71);
}
.menusb a.back{
	padding-left:24px;
}
.menusb a.back:before{
	font-family:FontAwesome;
    -webkit-font-smoothing: antialiased;
	content: "\f177";
	font-size:14px;
}
.slide-title-holder {
	width:100%;
}
.slide-title h3 {
	 font-size:2.7em;
}
.slide-title h4 {
	  font-size:1.0em
}
.height-emulator  , .to-top{
	display:none;
}
footer {
	position:relative;
	float:left;
	padding: 0;
	border-top: 1px solid #eee;
}
.page-title {
	padding-bottom:20px;
}
.page-title h2  , .section-title h3{
	font-size:2.5em;
}
 	
section {
	padding:30px 0;
}
.gallery-item {
	width:50% !important;
}
.fixed-column {
	float:left;
	position:relative;
	width:100%;
	height:auto;
	right:0;
	left:0;
	top:0;
}
.fixed-column  section {
	padding:110px 0 20px;
	border: none !important;
}
.media-container {
	float:left;
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
}
.colum-w {
	padding-top:0 !important
}
#horizontal-slider .zoomimage {
	top:90px;
}
#main{
	height:100%;
	width:100%;
	position:relative;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
	-webkit-overflow-scrolling: touch;
}
.header-inner , .footer-title , #subscribe , .contact-details h4  {
    width: 100%;
}
 #subscribe , .contact-details h4  {
	float: left;
}	
.footer-content {
    padding: 50px 30px 130px 30px;
}
 
.footer-decor {
    top: 90px;
}
.footer-title {
 	float: left;
    margin: 50px 0;
}
.contact-details h4 {
    margin: 40px 0;
}
}
@media only screen and  (max-width: 756px) {
.header-inner {
	padding-right:0;
}
.team-holder li {
	float:left;
	width:50%;
}
.policy-box {
	display: none
}	
.footer-social {
    right: auto;
	left: 50%;
	transform: translateX(-50%);
}
.swiper-nav-holder {
    top: auto;
	bottom: 84px;
}
.swiper-nav-holder .arrow-left , .swiper-nav-holder .arrow-right {
	background: none	
}	
}
@media only screen and  (max-width: 540px) {
.num{
	font-size:62px;
}
.page-title h2 , .resume-head h3 {
	font-size:2.5em;
}
 /* mobilde başlıktaki siyah çizgiyi kapat */
.resume-head:before{
    display:none;
}

/* mobilde video arka plan dokunmaları almasın */
.fixed-column.contact-fixed-bg,
.fixed-column.contact-fixed-bg video,
.contact-bg-video{
    pointer-events:none;
}

.team-holder li {
	float:left;
	width:100%;
	padding:20px 0;
}
.gallery-item {
	width:100%!important;
}
.grid-small-pad  .grid-item-holder , .grid-big-pad  .grid-item-holder{
	padding:20px 0 !important;
}
.gallery-filters {
	margin-top:50px;
}
.gallery-filters  a {
	width:100%;
	text-align:left;
	padding-bottom:10px;
}
.fixed-filter a {
	width: auto !important;
}
.gallery-filters  a:before {
	height:1px;
	width:0;
}
.gallery-filters  a.gallery-filter-active:before {
	width:40px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.bg {
	background-attachment: scroll !important;
	-webkit-background-size:cover;
	background-position:center;
}
}

#mainpage:before {
  display: none !important;
}
.media-container { position: relative; overflow: hidden; }
.media-container .background-vimeo {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}
/*---------------------- whatsapp buton ----------------------*/
.whatsapp-button2 {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #090909;
  padding: 0.7em 3.3em 0.7em 1.7em;
  font-size: 18px;
  border-radius: 0.5em;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  box-shadow: 6px 6px 12px #c5c5c5,
             -6px -6px 12px #ffffff;
}

.whatsapp-button2 > svg {
  height: 30px;
  position: absolute;
  padding: 0px 5px;
  margin-top: -4px;
}

.whatsapp-button2:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5,
             inset -4px -4px 12px #ffffff;
}

.whatsapp-button2:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.whatsapp-button2:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #009087;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.whatsapp-button2:hover {
  color: #ffffff;
  border: 1px solid #009087;
}

.whatsapp-button2:hover:before {
  top: -35%;
  background-color: #009087;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.whatsapp-button2:hover:after {
  top: -45%;
  background-color: #009087;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
/*ekler*/
.project-details img {
    margin-bottom: 10px !important;
}

.project-details p {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}

.project-details p + h3 {
    margin-top: 0 !important;
}
.project-details > p {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

/* Hedef Kitle başlığı üstündeki boşluğu kısalt */
.project-details h3 {
    padding: 10px 0 5px !important;   /* 10'u daha da azaltıp çoğaltabilirsin */
}
/* Mimari Konsept kutusundaki yazı boyutları */
.project-details h3 {
    font-size: 16px !important;
    font-weight: 700 !important;   /* HEDEF KİTLE kalın */
}

.project-details p {
    font-size: 16px !important;    /* metin ve Mülk Sahipleri, Müteahhitler */
}

/*dil ekleri*/
.lang-switcher {
    float: right;          /* eski Share konumu */
    text-transform: uppercase;
    letter-spacing: 2px;
}

.lang-switcher a {
    color: #000;
    margin: 0 3px;
    text-decoration: none;
}

.lang-switcher a:hover {
    opacity: 0.7;
}

/* Mülk Sahipleri , Müteahhitler ile "Teklif İsteyin" arası boşluğu kısalt */
.project-details + .content-nav {
    padding: 0 0 0 !important;   /* 15 yerine 5–20 px arası deneyebilirsin */
}



/* Sadece hizmet sayfasındaki Teklif / Tüm Hizmetler alanı için */
.service-actions {
    text-align: center;
}

.service-actions .whatsapp-button2 {
    display: inline-block;
}

/* Eski p-all yapısını bozmadan, sadece bu blok için ortalama */
.service-actions-all {
    float: none !important;
    width: auto !important;
    margin: 15px auto 0;
    text-align: center;
}

.service-actions-all .btn {
    display: inline-block;
    white-space: nowrap;
}

/* Teklif İsteyin altındaki "Tüm Hizmetler" linki için */
.service-more {
    text-align: center;      /* ortala */
    margin-top: 12px;        /* butondan biraz boşluk bırak */
}

.service-more-link {
    display: inline-block;
    font-size: 12px;         /* üst metinlerden biraz daha küçük */
    letter-spacing: 2px;     /* tema ile uyum için hafif aralık */
    text-transform: uppercase;
}

/* ===========================
   CONTACT – Sağ sabit video kolonu
   =========================== */

/* Sadece contact-fixed-bg için: sağda 30% sabit kolon */
.fixed-column.contact-fixed-bg{
    position: fixed !important;
    top: 0;
    right: 0;
    width: 30% !important;
    height: 100vh !important;
    overflow: hidden;
    z-index: 20;
    background: #000;
}

/* Video kolonu tamamen doldursun 
.fixed-column.contact-fixed-bg .contact-bg-video{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110% !important;
    height: 110% !important;
    transform: translate(-50%, -50%) scale(1.1);
    object-fit: cover;
    display: block;
}*/
.fixed-column.contact-fixed-bg .contact-bg-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;          /* kolonu tamamen kapla */
    height: 100%;         /* 100vh yüksekliğe oturur */
    object-fit: cover;    /* taşan kısmı kırpar, siyah boşluk bırakmaz */
    object-position: center center;
    transform: none;
    display: block;
}

/* CONTACT – Mobil / tablet düzeni */
@media only screen and (max-width: 1036px){
    /* Sağdaki video kolonu tamamen gizle */
    .fixed-column.contact-fixed-bg{
        display: none !important;
    }

    /* Video kolonundan sonra gelen içerik bloğuna üst boşluk ekle */
    .fixed-column.contact-fixed-bg + .content.mm.colum-w{
        margin-top: 80px;
    }
}


/* YouTube arka plan video yerleşimi */
.fixed-column.contact-fixed-bg .yt-bg-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* 16:9 videoyu kolonu dolduracak şekilde ortala ve zoomla */
.fixed-column.contact-fixed-bg .contact-bg-yt{
    position: absolute;
    top: 50%;
    left: 50%;
    /* 16:9 oranı için genişlik biraz büyük tutulur */
    width: 177.78%;
    height: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;  /* tıklama almasın, menüye engel olmasın */
}
/* CONTACT PAGE – PAGE DETAILS */

.page-details {
    max-width: 700px;
    margin: 5px auto 20px;   /* ÜNVAN ile menü arasını ~40px yapar */
    text-align: center;
}

/* Ünvan */
.page-details h3 {
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 20px;         /* Üst margin = 0 (boşluğu büyütmüyor) */
}

/* Alt başlıklar */
.page-details h4 {
    font-size: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 25px 0 10px;
}

/* Adres–telefon–mail listesi */
.page-details-list {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}

.page-details-list li {
    font-size: 1.3em;
    line-height: 1.8;
}

/* Sosyal medya satırı */
.page-social {
    text-align: center;
    font-size: 1.3em;
    line-height: 1.8;
    margin: 10px 0 0;         /* h4 ile arayı koru, alta ek boşluk verme */
}

.page-social a {
    display: inline-block;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-social a span {
    padding-right: 3px;
}

.page-social i {
    font-size: 1.3em;
    margin-left: 2px;
}

/* Harita bölümünün üst boşluğu */
.contact-map-section {
    padding-top: 0 !important; /* section genel padding'ini sıfırla */
}

.contact-map {
    margin-top: 5px;          /* Sosyal alan ile harita arası ~40px olur */
}

/* Mobilde hafif küçültme */
@media only screen and (max-width: 540px) {
    .page-details h3 {
        font-size: 1.6em;
        margin: 20px 0 15px;
    }
    .page-details h4,
    .page-details-list li,
    .page-social {
        font-size: 1.15em;
    }
}

/* Müteahhit çözümleri – link stilleri */
.resume-box a.portfolio-link{
    color: #000;                 /* tema ile uyumlu siyah */
    text-decoration: none;       /* normalde alt çizgi olmasın */
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
}

.resume-box a.portfolio-link:hover{
    border-bottom-color: #000;   /* hover’da alt çizgi */
}

/* Müteahhit sayfası – liste başlıkları ve maddeler */
.resume-box .resume-list-title{
    font-size:16px;
    font-weight:700;          /* kalın başlık */
    margin:15px 0 5px;
    text-align:left;          /* ortalamayı kır */
}

.resume-box .resume-list{
    margin:0 0 15px;
    padding-left:25px;        /* bullet için iç boşluk */
    list-style:disc outside;  /* madde işareti geri gelsin */
    text-align:left;          /* ul seviyesinde de sola hizala */
}

.resume-box .resume-list li{
    font-size:16px;           /* p ile aynı boy */
    font-weight:400;          /* normal metin */
    line-height:26px;
    margin-bottom:4px;
    text-align:left;          /* li için de zorunlu sola hizalama */
}
/* Müteahhit sayfası - Danışmanlık başlığını tekrar kalın yap */
.resume-box h5 span{
    font-weight:700;   /* tekrar bold */
}
/* ============================================
   CONSCIOUS – Hero Yazı Bloğu (Kim İçin yerine)
   ============================================ */

.conscious-block{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 5;
}

.conscious-inner{
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    color: #fff; /* Videonun üzerine beyaz yazı */
}

.conscious-inner p{
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0;
    color: #fff;
}

.cns-title{
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 25px;
    color: #fff;
    position: relative;
    display: inline-block;
}

/* Tema çizgisini ekleyelim */
.cns-title:after{
    content: "";
    display: block;
    width: 60px;
    height: 5px;
    background: #fff;
    margin: 15px auto 0;
}
.conscious-hero h2 {
    white-space: nowrap;        /* Tek satır */
    font-size: 42px;            /* Masaüstü için ideal */
    letter-spacing: 2px;        /* Temadaki estetik */
}
.conscious-hero-divider {
    width: 60px;
    height: 3px;
    background: #fff;
    margin: 18px auto;
}

@media (max-width: 767px) {
    .conscious-hero-inner {
        padding: 40px 25px !important; /* soldan ve sağdan boşluk */
        text-align: left !important;   /* mobilde sola yasla */
    }

    .conscious-hero h2 {
        font-size: 26px !important;   /* mobil için daha küçük */
        line-height: 1.3;
        white-space: normal !important; /* Mobilde satır sarabilsin */
    }
}
/* ============================================================
   CONSCIOUS HERO — Masaüstü & Mobil Final Sürüm
============================================================ */

/* Genel blok (desktop için merkezleme) */
.conscious-hero {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 850px;
    text-align: center;
    z-index: 10;
    color: #fff;
}

/* İçerik */
.conscious-hero-inner {
    padding: 40px 20px;
}

/* Başlık */
.conscious-hero h2 {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 2px;
    white-space: nowrap;
    margin-bottom: 20px;
}

/* Alt çizgi */
.hero-line {
    width: 60px;
    height: 3px;
    background: rgba(255,255,255,0.9);
    margin: 12px auto 25px auto;
}

/* Paragraflar */
.conscious-hero p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 18px;
    text-shadow: 0 0 6px rgba(0,0,0,0.5);
}


/* ============================================================
   MOBIL — 0–767px
============================================================ */
@media (max-width: 767px) {

    /* BLOK KONUMU */
    .conscious-hero {
        position: absolute;
        top: 120px !important;            /* header’dan güvenli boşluk */
        left: 0 !important;
        width: 100% !important;
        transform: none !important;
        padding: 0 0 0 0 !important;
    }

    .conscious-hero-inner {
        padding: 0 22px !important;       /* Domik mobil padding */
        text-align: left !important;
        margin-top: 0 !important;
    }

    /* BAŞLIK */
    .conscious-hero h2 {
        font-size: 26px !important;
        line-height: 1.3 !important;
        white-space: normal !important;
        text-align: left !important;
    }

    /* ALT ÇİZGİ */
    .hero-line {
        margin-left: 0 !important;        /* sola hizalanır */
        margin-right: auto !important;
    }
}


/* ============================================================
   DESKTOP RESET — Mobil override’larını geri alır
============================================================ */
@media (min-width: 768px) {

    .conscious-hero {
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 90% !important;
        left: 50% !important;
    }

    .conscious-hero-inner {
        padding: 40px 20px !important;
        text-align: center !important;
    }

    .conscious-hero h2 {
        font-size: 42px !important;
        white-space: nowrap !important;
        text-align: center !important;
    }

    .hero-line {
        margin: 12px auto 25px auto !important;
    }
}

/* =====================================
   MİSAFİR ALANI – Parola Formu Stili
   ===================================== */
.guestform {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 360px;
    padding: 6px 0;
    margin: 10px auto 0;   /* ortalama: sağ/sol auto */
}

/* Parola input */
.guestinput {
    flex: 1;
    border: 3px solid #000;      /* 3px çerçeve */
    outline: none;
    background: rgba(255,255,255,0.8);
    font-family: "Jost", sans-serif;
    font-size: 16px;
    color: #000;
    padding: 6px 10px;
    border-radius: 4px;          /* istersen 0 yapabilirsin, tamamen köşeli olsun */
}

/* Placeholder */
.guestinput::placeholder {
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
}

/* Gönder butonu (ikon) */
.guestsubmit {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 22px;
    color: #000;
    padding: 0 2px;
    line-height: 1;
    transition: color 0.2s ease, transform 0.2s ease;
}

/* Hover efekti – temadaki buton davranışıyla uyumlu */
.guestsubmit:hover {
    color: #666;
    transform: translateX(3px);
}

.guestinput:focus {
    border-color: #555;
    background: rgba(255,255,255,0.95);
}

.wpbuton{
	text-align: center;
}
/* Mobilde biraz nefes aldır */
@media only screen and (max-width: 540px) {
    .guestform {
        max-width: 100%;
    }

    .guestinput {
        font-size: 15px;
    }
	    /* resume-item içindeki örnek kutuların alt yazısını kapat */
    .resume-item .services-box .services-info {
        display: none;
    }

    /* Görsellerin arası nefes alsın */
    .resume-item .services-box.box-item {
        margin-bottom: 20px;
    }
}

/* Geri ok linki her zaman üstte ve tıklanabilir olsun */
.resume-head .service-more-link {
    position: relative;
    z-index: 50;
}
/* ===========================
   LOADER OVERLAY
   (tam ekran, ortalanmış)
   =========================== */

/* Loader için sadece z-index ayarla, kutu olmasın */
.loader {
    z-index: 9999;
    background: transparent;
}


/* Eski FA ikon varsa gizleyelim (güvenlik için) */
.loader > i {
    display: none !important;
}

/* DUMO'nun tam ekran ortasına gelmesi – oranlı hesap: 50% / 50% */
.dumo-loader-wrapper {
    position: fixed;          /* viewport’a göre hizalansın */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  /* kelimenin orta noktası ekran ortası */
    font-family: inherit;
    font-weight: 400;
    font-size: 27px;          /* büyük gelirse 28 / 24’e çekebilirsin */
    letter-spacing: 0.12em;
    color: #d0d0d0;           /* tema grisi */
    pointer-events: none;     /* tıklamayı engellemesin */
}

/* ===========================
   DUMO Loader Animation
   =========================== */

.dumo-loader-word {
    display: inline-flex;
    gap: 0.05em;
    align-items: flex-end;
    transform-origin: 50% 100%;      /* kelimenin alt ortası pivot */
    animation: dumo-word-scale 5s infinite;
}

.dumo-letter {
    display: inline-block;
    transform-origin: 50% 100%;      /* her harfin alt ortası pivot */
}

/* Her harfin zamanı farklı; döngü: D > U > M > O > DUMO > D... */

.dumo-letter-1 { animation: dumo-letter1 1.5s infinite; }
.dumo-letter-2 { animation: dumo-letter2 1.5s infinite; }
.dumo-letter-3 { animation: dumo-letter3 1.5s infinite; }
.dumo-letter-4 { animation: dumo-letter4 1.5s infinite; }
/* D : 0–20% arasında */
@keyframes dumo-letter1 {
    0%, 16%, 100% { transform: scale(1); }
    8%           { transform: scale(1.3); }
}

/* U : 20–40% arasında */
@keyframes dumo-letter2 {
    0%, 36%, 100% { transform: scale(1); }
    28%           { transform: scale(1.3); }
}

/* M : 40–60% arasında */
@keyframes dumo-letter3 {
    0%, 56%, 100% { transform: scale(1); }
    48%           { transform: scale(1.3); }
}

/* O : 60–80% arasında */
@keyframes dumo-letter4 {
    0%, 76%, 100% { transform: scale(1); }
    68%           { transform: scale(1.3); }
}

/* Son 20%’de tüm kelime birlikte nefes alsın */
@keyframes dumo-word-scale {
    0%, 80%, 96%, 100% { transform: scale(1); }
    88%               { transform: scale(1.15); }
}
/* Eski tema satır göstergesi – hepsini kapat */
.l-line,
.l-line span {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* Blog tekil sayfada içerik altı “footer” alanı */
/* Blog tekil sayfada içerik altı “footer” alanı */
.blog-bottom-bar {
    margin-top: 60px;
    padding: 30px 0 0;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left;
    width: 100%;
}

.blog-bottom-left {
    color: #999;
}

.blog-bottom-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-bottom-right li {
    display: inline-block;
    margin-left: 15px;
}
/* BLOG – Sağ kolon (Kategoriler / Son Yazılar / Etiketler) tipografi */
.fixed-column .project-details {
    text-align: left;
}

/* Başlıklar: Kategoriler, Son Yazılar, Etiketler */
.fixed-column .project-details > h3 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 25px 0 10px;
}

/* Listelerin genel ayarı */
.fixed-column .project-details ul {
    list-style: none;        /* noktaları kaldır */
    margin: 0 0 25px;
    padding: 0;
}

/* Liste elemanları */
.fixed-column .project-details ul li {
    display: block;
    font-size: 14px;         /* blog paragrafıyla uyumlu */
    line-height: 1.6;
    color: #333;
    text-align: left;
    margin-bottom: 4px;
}

/* İleride link olursa renk geçişi */
.fixed-column .project-details ul li a {
    color: #333;
}

.fixed-column .project-details ul li a:hover {
    color: #000;
}

/* Polylang language switcher states */
.lang-switcher a {
  text-decoration: none;
}

.lang-switcher .lang-current,
.lang-switcher .lang-disabled {
  color: #999 !important;
  pointer-events: none;
  cursor: default;
}

.lang-switcher .lang-current {
  font-weight: 600;
}

   /* ==========================================================================
   DUMO TEMA UYUMLU INPUT GRUBU (Search/Giriş vb. için)
   ========================================================================== */

.group {
  display: flex;
  line-height: 28px;
  align-items: center;
  position: relative;
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
}

.input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  padding-left: 45px; /* İkon için soldan boşluk */
  border: 1px solid #eee;
  border-radius: 0; /* Temaya uygun keskin köşeler */
  outline: none;
  background-color: #f9f9f9;
  color: #000;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  -webkit-appearance: none;
}

.input::placeholder {
  color: #999;
}

/* Hover ve Focus Durumu */
.input:focus,
.input:hover {
  outline: none;
  border-color: #000; /* Siyah odak rengi */
  background-color: #fff;
  box-shadow: none; 
}

/* İkon Ayarları */
.icon {
  position: absolute;
  left: 15px;
  fill: #666;
  width: 16px;
  height: 16px;
  z-index: 10;
  transition: all 0.3s ease;
}

/* Input odaklandığında ikon rengi koyulaşsın */
.input:focus + .icon,
.group:hover .icon {
  fill: #000;
}

/* WordPress yorum formunu Domik HTML formuna benzet */
.comment-form-holder input[type="text"],
.comment-form-holder input[type="email"],
.comment-form-holder input[type="url"],
.comment-form-holder textarea {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
    margin-bottom: 30px;
    font-size: 13px;
}

.comment-form-holder textarea {
    min-height: 120px;
    resize: vertical;
}

.comment-form-holder .form-submit {
    margin-top: 10px;
}


/* Dumo WP - yorum formu ince ayarları */
.comment-form-holder #comment-form input[type="text"],
.comment-form-holder #comment-form input[type="email"],
.comment-form-holder #comment-form textarea {
    height: auto;           /* satırı yazının üstüne bindirmesin */
    min-height: 40px;
    padding: 10px 0 8px;    /* üstten boşluk, altta çizgi */
    margin-top: 10px;
    border-bottom-width: 1px;
}

.comment-form-holder #comment-form textarea {
    min-height: 120px;      /* Message alanı daha yüksek görünsün */
}

/* Butonla çizgi arasındaki boşluk */
.comment-form-holder .form-submit {
    margin-top: 20px;
}


/* Dumo WP - yorum formu ince ayarları */
.comment-form-holder #comment-form input[type="text"],
.comment-form-holder #comment-form input[type="email"],
.comment-form-holder #comment-form textarea {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    padding: 6px 0 10px;   /* üstten biraz, alttan daha fazla boşluk */
    margin: 0 0 25px;
    font-size: 13px;
}

.comment-form-holder #comment-form textarea {
    min-height: 120px;
    resize: vertical;
}

.comment-form-holder .form-submit {
    margin-top: 10px;
}

/* Dumo WP - yorum formu (ana + reply) */
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond textarea {
    display: block;
    width: 100%;
    float: none;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    padding: 6px 0 10px;
    margin: 0 0 25px;
    font-size: 13px;
    box-sizing: border-box;
}

#respond textarea {
    min-height: 120px;
    resize: vertical;
}

#respond .form-submit {
    margin-top: 10px;
}

/* Gerekiyorsa, WP'nin kendi inline layout denemelerini iptal et */
#respond p {
    margin: 0 0 5px;
}



/* Yorum alanı düzeni – tek sütun, cevaplar girintili */
.commentlist {
    list-style: none;
    margin: 0 0 80px;     /* eski margin-bottom değerini koruyoruz */
    padding: 0;
    max-width: 900px;     /* üstteki tanımdaki max-width’i de burada sabitliyoruz */
}

/* Bütün yorumlar (üst ve alt seviye) satır bazında gelsin, yan yana dizilmesin */
.commentlist .comment {
    float: none;
    clear: both;
    width: 100%;
}

/* Cevaplar için girinti */
.commentlist .children {
    list-style: none;
    margin: 0 0 0 70px;   /* avatar hizasına göre içe girinti */
    padding: 0;
}

/* --- Single blog post: slider görünürlüğü için fallback --- */
body.single-post .blog-media .full-width.owl-carousel {
    display: block !important;
    opacity: 1 !important;
}

/* Her ihtimale karşı resmin kendisini de garantiye alalım */
body.single-post .blog-media .full-width.owl-carousel .item img,
body.single-post .blog-media img.wp-post-image {
    display: block;
    width: 100%;
    height: auto;
}

/* RTL tekil blog yazısı: featured image görünürlüğü fix */
body.rtl.single-post .blog-media .fullwidth-slider-holder {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
}

/* Owl elemanlarını RTL'de zorla görünür yap */
body.rtl.single-post .blog-media .fullwidth-slider-holder .full-width.owl-carousel,
body.rtl.single-post .blog-media .fullwidth-slider-holder .owl-wrapper-outer,
body.rtl.single-post .blog-media .fullwidth-slider-holder .owl-wrapper,
body.rtl.single-post .blog-media .fullwidth-slider-holder .owl-item,
body.rtl.single-post .blog-media .fullwidth-slider-holder .item {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Asıl görsel */
body.rtl.single-post .blog-media .fullwidth-slider-holder img {
    display: block !important;
    max-width: 100%;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* AR – Yorum listesi hizalama ve spacing */
body.rtl.single-post .comments-holder {
    direction: rtl;
    text-align: right;
    margin-top: 60px;
}

/* "5 Comments" başlığı */
body.rtl.single-post .comments-holder h3 {
    text-align: right;
    margin-bottom: 25px;
}

/* Yorum listesi – sütunu sağa yasla, genişliği tam kullan */
body.rtl.single-post .commentlist {
    float: none;
    text-align: right;
    margin: 0 0 40px 0;
    max-width: 100%;
}

/* Her bir yorum bloğu */
body.rtl.single-post .comment {
    float: none;
    margin: 0 0 30px 0;
}

/* Yorum gövdesi – içeriği sağa al, girintiyi sağdan ver */
body.rtl.single-post .comment-body {
    margin-left: 0;
    margin-right: 70px;
    text-align: right;
    direction: rtl;
}

/* Avatarı sola yerine sağa taşı */
body.rtl.single-post .comment-author {
    left: auto;
    right: -66px;
}

/* İç içe (reply) yorumlar için sağdan girinti */
body.rtl.single-post .comment .children {
    margin-left: 0;
    margin-right: 70px;
}

/* "Add Comment" başlığı ve form hizalaması */
body.rtl.single-post .comment-form-holder {
    direction: rtl;
    text-align: right;
    margin-top: 40px;
}

body.rtl.single-post .comment-form-holder h3 {
    text-align: right;
    margin-bottom: 20px;
}

body.rtl.single-post #respond {
    text-align: right;
}

/* Form input ve textarea'ları sağa hizala */
body.rtl.single-post #commentform input[type="text"],
body.rtl.single-post #commentform input[type="email"],
body.rtl.single-post #commentform textarea {
    text-align: right;
}
/* Gutenberg başlıklarını tema başlığı gibi göster */
.blog-text .wp-block-heading {
    /* Buradaki değerleri temadaki .blog-text h3 ile aynı yapabilirsin */
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0 15px;
}

/* Gutenberg liste stilleri */
.blog-text .wp-block-list {
    margin: 0 0 20px 20px;
    padding: 0;
}

.blog-text .wp-block-list li {
    list-style: disc;
    margin-bottom: 5px;
}

/* Gutenberg ayraç (hr) */
.blog-text .wp-block-separator {
    border: 0;
    height: 1px;
    background-color: rgba(0,0,0,0.1);
    margin: 30px 0;
}

.blog-text .wp-block-embed {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 oranı */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.blog-text .wp-block-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* =========================================================
   WP Block Compatibility (Gutenberg) - Dumo
   Scope: sadece Single Post içerik alanı
   ========================================================= */

/* 0) Genel tipografi/spacing */
.single-post .blog-text{
  font-size:16px;
  line-height:1.75;
}
.single-post .blog-text > *{
  margin: 0 0 18px 0;
}

/* 1) Görseller: temadaki global img{width:100%} post içinde taşırmasın */
.single-post .blog-text img{
  width:auto;
  max-width:100%;
  height:auto;
  display:block;
}

/* 2) Başlıklar */
.single-post .blog-text h1,
.single-post .blog-text h2,
.single-post .blog-text h3,
.single-post .blog-text h4,
.single-post .blog-text h5,
.single-post .blog-text h6{
  text-transform:none;
  letter-spacing:0;
  margin: 18px 0 12px;
}

/* 3) Listeler: tema global ul/li float & uppercase kurallarını içerikte iptal et */
.single-post .blog-text ul,
.single-post .blog-text ol{
  position:static;
  margin: 0 0 18px 0;
  padding-left: 22px;
}
.single-post .blog-text ul{ list-style: disc; }
.single-post .blog-text ol{ list-style: decimal; }

.single-post .blog-text li{
  float:none !important;
  width:auto !important;
  height:auto !important;
  text-transform:none !important;
  font-size:inherit !important;
  color:inherit !important;
  margin: 0 0 8px 0 !important;
}

/* Boş li’leri gizle (senin örnekte 2 adet boş <li> var) */
.single-post .blog-text li:empty{ display:none; }

/* 4) Kod bloğu */
.single-post .blog-text pre.wp-block-code{
  background:#f7f7f7;
  border:1px solid #eee;
  padding:14px 16px;
  border-radius:8px;
  overflow:auto;
}
.single-post .blog-text pre.wp-block-code code{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size:13px;
  line-height:1.6;
  white-space:pre;
}

/* 5) Resim bloğu / figure */
.single-post .blog-text figure.wp-block-image{
  margin: 22px 0;
}
.single-post .blog-text figure.wp-block-image img{
  border-radius:8px;
}

/* 6) Gallery */
.single-post .blog-text .wp-block-gallery{
  margin: 22px 0;
  gap: 14px;
}
.single-post .blog-text .wp-block-gallery .wp-block-image{
  margin:0;
}

/* 7) Media & Text */
.single-post .blog-text .wp-block-media-text{
  margin: 22px 0;
  gap: 18px;
}
.single-post .blog-text .wp-block-media-text__content{
  padding:0 !important;
}
@media (max-width: 600px){
  .single-post .blog-text .wp-block-media-text.is-stacked-on-mobile{
    display:block;
  }
  .single-post .blog-text .wp-block-media-text__media{
    margin-bottom:12px;
  }
}

/* 8) Accordion (Core) */
.single-post .blog-text .wp-block-accordion{
  margin: 22px 0;
  border-top:1px solid #eee;
}
.single-post .blog-text .wp-block-accordion-heading__toggle{
  padding: 14px 0;
  font-weight:600;
}
.single-post .blog-text .wp-block-accordion-panel{
  padding: 0 0 14px 0;
}

/* 9) Group grid */
.single-post .blog-text .wp-block-group.is-layout-grid{
  gap: 14px;
}

/* 10) Site logo / Author / Time-to-read (post içine konursa düzgün dursun) */
.single-post .blog-text .wp-block-site-logo{
  margin: 18px 0;
}
.single-post .blog-text .wp-block-site-logo img{
  max-width:160px;
}

.single-post .blog-text .wp-block-post-author{
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid #eee;
}
.single-post .blog-text .wp-block-post-author__avatar img{
  border-radius:999px;
}
.single-post .blog-text .wp-block-post-author__name,
.single-post .blog-text .wp-block-post-author-name{
  font-weight:600;
}
.single-post .blog-text .wp-block-post-time-to-read{
  font-size:12px;
  color:#666;
  margin-top:6px;
}

/* 11) (Opsiyonel) TR/EN sayfalarda scrollbar solda görünüyorsa: fixed column'u LTR zorla */
html:not([lang^="ar"]) .fixed-column{ direction:ltr; }

/* LIST text-align fix (Gutenberg listeler ortalanmasın) */
.single-post .blog-text{
  text-align: start; /* TR/EN: left, AR: right */
}

.single-post .blog-text ul,
.single-post .blog-text ol{
  text-align: start;
  list-style-position: outside;
}

.single-post .blog-text li{
  text-align: start;
}
