@charset "utf-8";
/*
/*	Copyright (c) 2021 Frenify
/*	Author: Frenify
/*	This file is made for CURRENT TEMPLATE
/*


	List of CSS codes:
	
	01) Base
	02) Site Structure
	

/*------------------------------------------------------------------*/
/*	01) Base
/*------------------------------------------------------------------*/
:root{
    --main-color: #ffcc0d;
    --text-color-for-main-bg: #000;
}
html {
	overflow-x: hidden;
	padding: 0px;
	margin: 0px
}
body{
	font-family: 'Jost', Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 1.37;
	letter-spacing: 0;
	font-weight: 400;
	color: #000;
	
	word-break: break-word;
}
.fn__svg{
	fill: currentcolor;
	width: 18px;
	height: 18px;
}
h1,h2,h3,h4,h5,h6{line-height: 1.2;font-weight: 600;font-family: 'Jost';color: #0e090d;}
h1>a,h2>a,h3>a,h4>a,h5>a,h6>a{color: #0e090d;}
h1>a:hover,h2>a:hover,h3>a:hover,h4>a:hover,h5>a:hover,h6>a:hover{color: var(--main-color);}
input{font-family: 'Jost';}
p{letter-spacing: 0;}
a:focus {
    outline: thin dotted;
}
@media(max-width: 1200px){body{overflow-x: hidden;}}
@media(max-width: 1040px){.container{padding: 0 20px;}}
@media(max-width: 480px){.container{padding: 0 10px;}}
.row,[class^="fn_cs_"]{
	width: 100%;
	float: left;
	clear: both;
}
/*------------------------------------------------------------------*/
/*	02) Site Structure
/*------------------------------------------------------------------*/
.rewall_fn_wrapper_all,
.rewall_fn_wrapper_all *:before,
.rewall_fn_wrapper_all *:after,
.rewall_fn_wrapper_all *{
	box-sizing: border-box;
}
.rewall_fn_wrapper_all{
	width: 100%;
	float: left;
	clear: both;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
}
.rewall_fn_wrapper_all:after{
	clear: both;
	display: table;
	content: '';
}
.rewall_fn_wrapper{
	width: 100%;
	float: left;
	clear: both;
}

/* Color Scheme */
.rewall_fn_color_scheme{
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
}
.rewall_fn_color_scheme .closer{
	color: #fff;
	outline: 2px solid #333;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
	text-decoration: none;
}
.rewall_fn_color_scheme .closer .fn__svg{
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -5px 0 0 -5px;
}
.rewall_fn_color_scheme .opener{
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
	background-color: var(--main-color);
	color: var(--text-color-for-main-bg);
	position: relative;
}
.rewall_fn_color_scheme .opener .fn__svg{
	width: 24px;
	height: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -12px 0 0 -12px;
}
.rewall_fn_color_scheme.opened .color_box{
	transform: translateX(0%);
}
.rewall_fn_color_scheme .color_box{
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px;
	background-color: #000;
	width: 385px;
	max-width: 100vw;
	
	transform: translateX(100%);
	transition: transform .5s ease;
}
.rewall_fn_color_scheme ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.rewall_fn_color_scheme h5{
	color: #fff;
}
.rewall_fn_color_scheme li ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -5px;
}
.rewall_fn_color_scheme li li{
	margin: 0 0 5px 5px;
}
.rewall_fn_color_scheme li a{
	position: relative;
	width: 30px;
	height: 20px;
	display: block;
	text-decoration: none;
	outline: 1px solid transparent;
}
.rewall_fn_color_scheme li a[data-color="#"]{
	cursor: not-allowed;
}
.rewall_fn_color_scheme li a.active,
.rewall_fn_color_scheme li a:focus{
	outline: 1px solid #eee;
}
.rewall_fn_color_scheme .item{
	margin-bottom: 20px;
}
.rewall_fn_color_scheme .item.disabled{
	display: none;
}
.rewall_fn_color_scheme .my__nav{
	bottom: -50px;
	right: 0;
}
.rewall_fn_color_scheme .info{
	float: right;
    color: #fff;
    display: flex;
    width: fit-content;
    font-size: 14px;
	align-items: center;
}
.rewall_fn_color_scheme .separator{
	margin: 0 5px;
}
.rewall_fn_color_scheme .item{
	display: block;
	-webkit-animation: tab_animation 1s ease;
    -moz-animation: tab_animation 1s ease;
}
@-webkit-keyframes tab_animation {
      0% { opacity: 0; transform: rotateY(20deg) rotateZ(-3deg);}   
    100% { opacity: 1; transform: rotateY(0deg) rotateZ(0deg);}
}
@-moz-keyframes tab_animation {
      0% { opacity: 0;  transform: rotateY(20deg) rotateZ(-3deg);}   
    100% { opacity: 1; transform: rotateY(0deg) rotateZ(0deg);}
}
@media(max-width: 1100px){
	.rewall_fn_color_scheme{top: 100px;}
}




/* Sidebar */
.sidebar-closed .rewall_fn_sidebar{
	transform: translateX(-100%);
}
.sidebar-closed .rewall_fn_sidebar .nav__button{
	margin-left: 0;
}
.sidebar-closed .rewall_fn_sidebar .nav__button .fn__svg{
	transform: rotate(0);
}
.rewall_fn_sidebar{
	width: 380px;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index:  20;
	background-color: #fff;
	padding: 110px 0px;
	transition: transform .5s ease;
}
.rewall_fn_sidebar .sidebar_in{
	min-width: 340px;
	max-width: 65%;
	width: 65%;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}
.rewall_fn_sidebar .nav_line{
	top: 0;
	bottom: 0;
	position: absolute;
	right: 0;
	width: 4px;
	overflow: hidden;
    cursor: e-resize;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rewall_fn_sidebar .nav_line:after{
	content: '';
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
}
.rewall_fn_sidebar .nav__button{
	position: absolute;
	left: 100%;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: block;
	top: 0;
	background-color: #000;
	color: #fff;
	z-index: 5;
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.rewall_fn_sidebar .nav__button .width_indicator{
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
}
.sidebar-resize{
	cursor: e-resize;
}
.sidebar-resize .rewall_fn_sidebar .nav__button{
	width: 80px;
	margin-left: -40px;
}
.sidebar-resize .rewall_fn_sidebar .nav__button .icon{
	opacity: 0;
}
.sidebar-resize .rewall_fn_sidebar .nav__button .width_indicator{
	opacity: 1;
}
.rewall_fn_sidebar .nav__button .fn__svg{
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
	transform: rotate(180deg);
}
.rewall_fn_sidebar .logo a{
	display: block;
}
.rewall_fn_sidebar .logo img{
	display: block;
	margin: 0 auto;
}
.rewall_fn_sidebar .navigation{
	margin: 85px 0;
}
.rewall_fn_sidebar .navigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.rewall_fn_sidebar .navigation li{
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}
.rewall_fn_sidebar .navigation a{
	display: block;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	text-align: center;
	line-height: 45px;
	text-transform: uppercase;
	color: #000;
}
.rewall_fn_sidebar .navigation .current a{
	background-color: var(--main-color);
	color: var(--text-color-for-main-bg);
}
.rewall_fn_sidebar .copyright{
	padding-top: 85px;
	position: relative;
}
.rewall_fn_sidebar .copyright:after{
	left: -50px;
	top: 0;
	right: -50px;
	position: absolute;
	content: '';
	height: 4px;
	background-color: #000;
}
.rewall_fn_sidebar .social{
	margin-bottom: 10px;
}
.rewall_fn_sidebar .social ul{
	display: flex;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	margin-left: -10px;
	justify-content: center;
}
.rewall_fn_sidebar .social li{
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	margin-bottom: 10px;
}
.rewall_fn_sidebar .social a{
	display: block;
	width: 45px;
	height: 45px;
	border: 2px solid #000;
	color: #0e090d;
	text-decoration: none;
	position: relative;
}
.rewall_fn_sidebar .social a:hover{
	border-color: var(--main-color);
	color: var(--main-color);
}
.rewall_fn_sidebar .social .fn__svg{
	width: 18px;
	height: 18px;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -9px;
	position: absolute;
	display: block;
}
.rewall_fn_sidebar .desc p{
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 4px;
}
.rewall_fn_sidebar .desc a{
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}
.rewall_fn_sidebar .desc a:hover{
	border-color: #000;
}


/* Main Content */
.sidebar-closed .rewall_fn_content{
	padding-left: 0 !important;
}
.sidebar-resize .rewall_fn_content{
	transition: none;
}
.rewall_fn_content{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	transition: padding .5s ease;
	padding-left: 380px;
}

/* Main Link */
.fn__link{
	color: #000;
	position: relative;
	text-decoration: none;
	background-image: linear-gradient(var(--main-color), var(--main-color));
    background-position: 0% 91%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    transition: background-size .5s;
}
.fn__link:hover{
	color: #000;
	background-size: 0% 2px;
	background-position: 100% 91%;
}




.fn__page{
	width: 100%;
	float: left;
	clear: both;
	overflow: hidden;
	min-height: 100vh;
}
section{
	width: 100%;
	float: left;
	clear: both;
}
.fn__next_section{
	width: 100%;
	float: left;
	clear: both;
	height: 40px;
	position: relative;
}
.fn__next_section .fn__svg{
	width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
    transform: rotate(90deg);
	transition: all .3s ease;
}
.fn__next_section.reverse .fn__svg{
	transform: rotate(-90deg);
}
.fn__next_section:after{
	width: 20px;
	background-color: #fff;
	right: 40px;
	content: '';
	top: 50%;
	margin-top: -20px;
	height: 40px;
	position: absolute;
	z-index: 5;
}
.fn__next_section a{
	position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: block;
    top: 50%;
	margin-top: -20px;
    background-color: #000;
    color: #fff;
    z-index: 5;
}
.fn__next_section a:hover .fn__tooltip{
	transform: translateY(-50%);
	opacity: 1;
	visibility: visible;
}
.fn__next_section .fn__tooltip{
	position: absolute;
    right: 100%;
    background-color: #fff;
    border: 2px solid #000;
    padding: 14px 20px;
    color: #000;
    display: block;
    width: auto;
    z-index: 5;
    margin-right: 20px;
    min-width: 240px;
    top: 50%;
    transform: translateY(0%);
    outline: 20px solid #fff;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}
.fn__next_section .container{
	position: relative;
	z-index: 1;
	height: 40px;
}
.fn__next_section .container span{
	display: block;
	height: 4px;
	position: relative;
	top: 50%;
	margin-top: -2px;
}
.fn__next_section .container span:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 700%;
	bottom: 0;
	background-color: #000;
}

/* About Shortcode */
.about{
	padding: 200px 0 182px;	
}
.fn_cs_about_modern{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_about_modern .row{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.fn_cs_about_modern .right_part{
	width: 50%;
}
.fn_cs_about_modern .left_part{
	width: 50%;
	padding-right: 90px;
}
.fn_cs_about_modern .left_in{
	width: 100%;
	position: relative;
}
.fn_cs_about_modern .abs_img{
	position: absolute;
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.fn_cs_about_modern .img_holder{
	z-index: 10;
	padding: 30px;
	width: 100%;
}
.fn_cs_about_modern .left_part img{
	opacity: 0;
	min-width: 100%;
}
.fn_cs_about_modern .border{
	border: 10px solid #000;
	padding: 20px;
	z-index: 2;
}
.fn_cs_about_modern .dots{
	background-color: var(--main-color);
    padding: 0;
    top: 80px !important;
    bottom: 80px !important;
    left: -20px !important;
    right: -20px !important;
	z-index: 1;
}
/* Main Title */
.main_title *:last-child{
	margin-bottom: 0;
}
.main_title.center{
	text-align: center;
}
.main_title.center h3:after{
	left: 50%;
	margin-left: -100px;
}
.main_title h3{
	margin: 0;
	padding: 0;
	font-size: 72px;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 29px;
	position: relative;
	text-transform: uppercase;
	left: -5px;
}
.main_title h3:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 5px;
	width: 200px;
	height: 10px;
	background-color: #000;
}
.main_title h3{
	margin-bottom: 43px;
}
.main_title p{
	margin: 0;
	padding: 0;
	margin-bottom: 43px;
}
.main_title p a{
	color: #000;
	text-decoration: none;
}
.main_title p a:hover{
	color: var(--main-color)
}



/* Info Items Shortcode */
.fn_cs_info_items ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: -30px;
}
.fn_cs_info_items li{
	border: 4px solid #444;
	background-color: #f2f2f2;
	padding: 7px 26px;
	line-height: 1.6;
	margin: 0 0 30px 30px;
	font-size: 30px;
	text-align: center;
}
.fn_cs_info_items span{
	font-weight: 600;
}
.fn_cs_info_items a{
	color: #000;
	text-decoration: none;
}
.fn_cs_info_items a:hover{
	color: var(--main-color);
}



/* CV Button Shortcode */
.fn_cs_cv_btn{
	padding: 130px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
}
.fn_cs_cv_btn .container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 0;
}
.fn_cs_cv_btn .line{
	width: 2px;
	height: 100px;
	display: block;
	position: absolute;
	background-color: #000;
	left: 50%;
	margin-left: -1px;
	transition: all .5s ease;
	z-index: 1;
	pointer-events: none;
}
.fn_cs_cv_btn .line:before,
.fn_cs_cv_btn .line:after{
	content: '';
	position: absolute;
	width: 2px;
	height: 60px;
	bottom: 0;
	background-color: inherit;
}
.fn_cs_cv_btn .line:after{
	right: 100%;
	margin-right: 10px;
}
.fn_cs_cv_btn .line:before{
	left: 100%;
	margin-left: 10px;
}
.fn_cs_cv_btn .line.top{
	top: 0;
}
.fn_cs_cv_btn .line.bottom{
	bottom: 0;
}
.fn_cs_cv_btn .line.bottom:after,
.fn_cs_cv_btn .line.bottom:before{
	bottom: auto;
	top: 0;
}
.fn_cs_cv_btn .line.top_hover{
	top: 0;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
}
.fn_cs_cv_btn .line.bottom_hover{
	bottom: 0;
	transform: translateY(50%);
	opacity: 0;
	visibility: hidden;
}
.fn_cs_cv_btn .line.bottom_hover,
.fn_cs_cv_btn .line.bottom_hover:after,
.fn_cs_cv_btn .line.bottom_hover:before,
.fn_cs_cv_btn .line.top_hover,
.fn_cs_cv_btn .line.top_hover:after,
.fn_cs_cv_btn .line.top_hover:before{
	background-color: var(--main-color);
}
.fn_cs_cv_btn .line.bottom_hover:after,
.fn_cs_cv_btn .line.bottom_hover:before{
	bottom: auto;
	top: 0;
}
.fn_cs_cv_btn a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	width: 340px;
	height: 220px;
	background-color: var(--main-color);
	text-decoration: none;
	font-size: 18px;
	color: var(--text-color-for-main-bg);
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}
.fn_cs_cv_btn .icon{
	position: relative;
	padding-top: 10px;
}
.fn_cs_cv_btn .fn__svg{
	width: 58px;
	height: 58px;
	display: block;
	margin-bottom: 14px;
}
.fn_cs_cv_btn .fn__svg.arrow{
    position: absolute;
    left: 50%;
    margin-left: -29px;
    top: 8px;
	will-change: transform;
}
.fn_cs_cv_btn a:hover .fn__svg.arrow{
	-webkit-animation: down_animation 1s ease infinite alternate;
    -moz-animation: down_animation 1s ease infinite alternate;
    animation: down_animation 1s ease infinite alternate;
	transform: translateY(0px);
}
.fn_cs_cv_btn.hovered .line.bottom_hover,
.fn_cs_cv_btn.hovered .line.top_hover{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.fn_cs_cv_btn.hovered .line.bottom{
	transform: translateY(50%);
	opacity: 0;
	visibility: hidden;
}
.fn_cs_cv_btn.hovered .line.top{
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
}
@-webkit-keyframes down_animation {
      100% { transform: translateY(-10px);}   
    0% { transform: translateY(0);}
}
@-moz-keyframes down_animation {
      100% { transform: translateY(-10px);}   
    0% { transform: translateY(0);}
}

/* Tabs Shortcode */
.fn_cs_tabs .tab_header{
	margin-bottom: 30px;
}
.fn_cs_tabs .tab_header ul{
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -82px;
	list-style-type: none;
	justify-content: center;
}
.fn_cs_tabs .tab_header li{
	margin: 0;
	padding: 0;
	padding-left: 82px;
	margin-bottom: 10px;
	position: relative;
}
.fn_cs_tabs .tab_header a{
	text-decoration: none;
	display: inline-block;
	color: #000;
	font-weight: 600;
	font-size: 24px;
	border-bottom: 4px solid transparent;
	text-transform: uppercase;
	line-height: 30px;
	padding-top: 4px;
}
.fn_cs_tabs .tab_header .active a{
	border-bottom-color: var(--main-color);
}
.fn_cs_tabs .tab_header li:after{
	content: '';
	width: 2px;
	height: 38px;
	left: 40px;
	background-color: #000;
	position: absolute;
	bottom: 0;
}
.fn_cs_tabs .tab_header li:first-child:after{
	content: none;
}
.fn_cs_tabs .tab_item{
	display: none;
}
.fn_cs_tabs .tab_item.active{
	display: block;
	-webkit-animation: tab_animation 1s ease;
    -moz-animation: tab_animation 1s ease;
}
@-webkit-keyframes tab_animation {
      0% { opacity: 0; transform: rotateY(20deg) rotateZ(-3deg);}   
    100% { opacity: 1; transform: rotateY(0deg) rotateZ(0deg);}
}
@-moz-keyframes tab_animation {
      0% { opacity: 0;  transform: rotateY(20deg) rotateZ(-3deg);}   
    100% { opacity: 1; transform: rotateY(0deg) rotateZ(0deg);}
}


/* Boxed List */
.fn_cs_boxed_list ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.fn_cs_boxed_list li{
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 20px;
}
.fn_cs_boxed_list li:last-child{
	margin-bottom: 0;
}
.fn_cs_boxed_list .item{
	width: 100%;
	float: left;
	clear: both;
	background-color: #f2f2f2;
	position: relative;
	padding: 52px 50px 53px;
}
.fn_cs_boxed_list .item:after{
	content: '';
	position: absolute;
	left: 50px;
	left: 50%;
	right: 50px;
	right: 50%;
	height: 4px;
	background-color: #000;
	bottom: 0;
	transition: all .5s 1s ease;
}
.fn_cs_boxed_list .done .item:after{
	left: 50px;
	right: 50px;
}
.fn_cs_boxed_list .item_top{
	display: flex;
	margin-bottom: 6px;
}
.fn_cs_boxed_list .item_top h5{
	margin: 0;
	padding: 0;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 30px;
}
.fn_cs_boxed_list .item_top span{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 30px;
	margin-left: 20px;
}
.fn_cs_boxed_list h3{
	margin: 0;
	padding: 0;
	font-weight: 600;
	margin-bottom: 17px;
}
.fn_cs_boxed_list p a{
	text-decoration: none;
	position: relative;
	z-index: 2;
	color: #000;
	font-weight: 600;
}
.fn_cs_boxed_list.modern li{
	padding-top: 20px;
	margin-bottom: 50px;
}
.fn_cs_boxed_list.modern li:nth-of-type(2n+1){
	padding-right: 140px;
}
.fn_cs_boxed_list.modern li:nth-of-type(2n){
	padding-left: 140px;
}
.fn_cs_boxed_list .badge{
	position: absolute;
	right: 20px;
	top: -20px;
	padding: 15px 30px 16px;
	background-color: var(--main-color);
}
.fn_cs_boxed_list .badge *{
	margin-bottom: 0;
	color: var(--text-color-for-main-bg);
}
.fn_cs_boxed_list .badge p{
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 1px;
}
.fn_cs_boxed_list .badge h5{
	font-weight: 700;
	font-size: 22px;
}

/* Progress Bar */
.fn_cs_progress_bar{
	margin-bottom: 34px;
}
.fn_cs_progress_bar .progress_item{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 20px;
	border: 4px solid #000;
	padding: 10px;
}
.fn_cs_progress_bar .progress_item:last-child{
	margin-bottom: 0;
}
.fn_cs_progress_bar .progress_percent{
	position: absolute;
	z-index: 2;
	padding: 0 15px;
	line-height: 52px;
	font-size: 22px;
	font-weight: 600;
	display: block;
	top: 0;
	bottom: 0;
	right: 100%;
	color: var(--text-color-for-main-bg);
	transition: all 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.fn_cs_progress_bar .progress_title{
	margin: 0;
	font-size: 22px;
	font-weight: 600;
	padding: 0 15px;
	position: relative;
	z-index: 2;
	line-height: 52px;
	color: var(--text-color-for-main-bg);
}
.fn_cs_progress_bar .item_in{
	width: 100%;
	position: relative;
	background-color: #fff;
	overflow: hidden;
}
.fn_cs_progress_bar .progress_bg{
	width: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
}
.fn_cs_progress_bar .progress_bg:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: var(--main-color);
}
.fn_cs_progress_bar .open .progress_bg:after{
	width:100%;
	-webkit-animation: progress_animation 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Safari 4+ */
	-moz-animation: progress_animation 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Fx 5+ */
	animation: progress_animation 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* IE 10+ */
}
@-webkit-keyframes progress_animation {0%{ width:0%; } 100%{ width:100%; }}
@-moz-keyframes progress_animation {0%{ width:0%; } 100%{ width:100%; }}
@keyframes progress_animation {0%{ width:0%; } 100%{ width:100%; }}





.fn_cs_desc{
	text-align: center;
}




.biography{
	padding: 171px 0 182px;
}
.biography .main_title{
	margin-bottom: 52px;
}
.biography .fn_cs_info_items{
	margin-bottom: 90px;
}
.biography .fn_cs_cv_btn{
	margin-bottom: 100px;
}


/* Main Button */
.main_button{
	display: flex;
	justify-content: center;
}
.main_button a{
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	color: var(--text-color-for-main-bg);
	background-color: var(--main-color);
	padding: 20px 40px;
	text-transform: uppercase;
	line-height: 26px;
	border: 2px solid var(--main-color);
}
.main_button a:hover{
	background-color: transparent;
	border-color: var(--main-color);
	color: var(--main-color);
}


.portfolio{
	padding: 171px 0 84px;
}
.portfolio .main_title{
	margin-bottom: 100px;
}
/* Portfolio — CSS Grid: satır akışı (soldan sağa), masonry column-count yok */
.portfolio_list ul.bc-artwork-masonry {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
}
.portfolio_list .bc-artwork-masonry__item {
	margin: 0;
	padding: 0;
	min-width: 0;
}
.portfolio_list .portfolio-item.item {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	background: #fff;
	border: 1px solid #ececec;
	box-sizing: border-box;
	overflow: hidden;
}
/* HTML’de başlık üstte kalsa bile: görsel üstte, metin altta */
.portfolio_list .portfolio-item .img_holder {
	-webkit-order: 1;
	order: 1;
}
.portfolio_list .portfolio-item .bc-portfolio-actions {
	-webkit-order: 2;
	order: 2;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: center;
	justify-content: center;
	gap: 10px;
	padding: 0 12px 14px;
	box-sizing: border-box;
}
.portfolio_list .portfolio-item .title_holder {
	-webkit-order: 3;
	order: 3;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 14px 20px;
	text-align: center;
	min-height: 5.25em;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.portfolio_list .title_holder h3 .bc-artwork-title {
	display: block;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #000;
}
.bc-portfolio-btn {
	-webkit-appearance: none;
	appearance: none;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	gap: 8px;
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
	padding: 10px 14px;
	font-family: inherit;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	border-radius: 3px;
	border: 2px solid #000;
	cursor: pointer;
	-webkit-transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
	transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
	box-sizing: border-box;
}
.bc-portfolio-btn__icon {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.bc-portfolio-btn--view {
	background: #fff;
	color: #000;
}
.bc-portfolio-btn--view:hover,
.bc-portfolio-btn--view:focus {
	background: var(--main-color);
	outline: none;
}
.bc-portfolio-btn--story {
	background: #000;
	color: var(--main-color);
	border-color: #000;
}
.bc-portfolio-btn--story:hover,
.bc-portfolio-btn--story:focus {
	background: var(--main-color);
	color: #000;
	outline: none;
}
@media (max-width: 640px) {
	.portfolio_list .portfolio-item .bc-portfolio-actions {
		padding-left: 10px;
		padding-right: 10px;
		gap: 8px;
	}
	.bc-portfolio-btn {
		font-size: 11px;
		padding: 9px 10px;
	}
}
.portfolio_list .img_holder img{
	opacity: 0;
	min-width: 100%;
}
.portfolio_list .img_holder{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.portfolio_list .abs_img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 1s ease;
	transform: scale(1.2);
}
.portfolio_list .img_holder:hover .abs_img{
	transform: scale(1);
}
.portfolio_list .title_holder h3{
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}
.portfolio_list .title_holder h3 a{
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #000;
	position: relative;
}
.portfolio_list .title_holder p{
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.45;
	color: #555;
}
@media (max-width: 1200px) {
	.portfolio_list ul.bc-artwork-masonry {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px;
	}
}






.service{
	padding: 171px 0 132px;
}
.service .main_title{
	margin-bottom: 63px;
}




/* Partners Shortcode */
.fn_cs_partners{
	background-color: #f2f2f2;
}
.fn_cs_partners ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.fn_cs_partners li{
	width: 25%;
	margin: 0;
	padding: 0 20px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}


/* Testimonials */
.fn_cs_testimonials{
	position: relative;
	padding: 40px;
	background-color: var(--main-color);
}
.fn_cs_testimonials .item{
	width: 100%;
	padding: 40px 0 33px 0;
	display: flex;
	flex-direction: row;
}
.fn_cs_testimonials .icon{
	padding: 0 115px 0 75px;
}
.fn_cs_testimonials .icon .fn__svg{
	width: 100px;
	height: 100px;
	color: var(--text-color-for-main-bg);
}
.fn_cs_testimonials .desc{
	margin-bottom: 53px;
}
.fn_cs_testimonials .desc p{
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 44px;
	color: var(--text-color-for-main-bg);
}
.fn_cs_testimonials .name h3{
	margin: 0;
	padding: 0;
	font-weight: 700;
	color: var(--text-color-for-main-bg);
	margin-bottom: 7px;
}
.fn_cs_testimonials .name p{
	color: var(--text-color-for-main-bg);
	margin: 0;
	padding: 0;
	font-size: 18px;
	text-transform: uppercase;
}
.my__nav{
	position: absolute;
	bottom: 40px;
	right: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.my__nav a{
	position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: block;
    background-color: #000;
    color: #fff;
    z-index: 5;
    overflow: hidden;
	margin-right: 10px;
}
.my__nav a:last-child{
	margin-right: 0;
}
.my__nav .fn__svg{
	width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
}
.my__nav .prev .fn__svg{
	transform: rotate(-180deg);
}





.customer{
	padding: 171px 0 182px;
}
.customer .main_title{
	margin-bottom: 100px;
}





.blog{
	padding: 171px 0 182px 0;
}
.blog .main_title{
	margin-bottom: 100px;
}
/* Blog List */
.blog_list:after{
	clear: both;
	display: table;
	content: '';
}
.blog_list ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.blog_list li{
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 50px;
}
.blog_list .item{
	width: 100%;
	float: left;
	clear: both;
}
.blog_list .left_part{
	width: 50%;
	float: left;
	padding-right: 30px;
}
.blog_list .img_holder{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	overflow: hidden;
}
.blog_list .img_holder a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}
.blog_list .right_part{
	width: 50%;
	padding-left: 40px;
	padding-top: 41px;
	float: left;
}
.blog_list .abs_img{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 1s ease;
    transform: scale(1.2);
}
.blog_list .img_holder:hover .abs_img{
	transform: scale(1);
}
.blog_list .left_part img{
	opacity: 0;
	min-width: 100%;
}
.blog_list .right_part h3{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-weight: 600;
	line-height: 1.47;
}
.blog_list .right_part p{
	margin: 0;
	padding: 0;
	font-size: 18px;
	margin-bottom: 24px;
}
.blog_list .main_button{
	justify-content: flex-start;
}
.blog_list .load_more{
	display: flex;
	justify-content: center;
}
.blog_list .load_more .text{
	display: inline-block;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
}
.blog_list .load_more a{
	display: flex;
	width: 180px;
	height: 180px;
	text-decoration: none;
	color: #000;
	border-radius: 50%;
	line-height: 176px;
	padding: 0 5px;
	text-align: center;
	position: relative;
	outline: none;
	align-items: center;
	justify-content: center;
}
.blog_list .load_more a:after{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #000;
	border-radius: 50%;
	transition: all .3s ease;
}
.blog_list .load_more a:before{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid transparent;
	border-top: 2px solid var(--main-color);
	border-right: 2px solid var(--main-color);
	border-radius: 50%;
	opacity: 0;
}
.blog_list .load_more a.loading:after{
	opacity: 0;
	overflow: hidden;
	border-color: #fff;
}
.blog_list .load_more a.loading:before{
	opacity: 1;
	animation: animateC 2s linear infinite;
}
.blog_list .load_more a.loading .icon{
	opacity: 1;
    animation: animate 2s linear infinite;
}
.blog_list .load_more a.loading .text{
	border-right: 1px solid;
}
.blog_list .load_more .icon{
	display: block;
    position: absolute;
    top: 50%;
	margin-top: -2px;
    left: 50%;
    width: 50%;
    height: 4px;
    background: transparent;
    transform-origin: left;
	opacity: 0;
}
.blog_list .load_more .icon:before{
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius:50%;
	background: var(--main-color);
	top: -6px;
	right: -8px;
	box-shadow:0 0 20px var(--main-color);
}
@keyframes animateC
{
  0%
  {
    transform:rotate(0deg);
  }
  100%
  {
    transform:rotate(360deg);
  }
}
@keyframes animate
{
  0%
  {
    transform:rotate(45deg);
  }
  100%
  {
    transform:rotate(405deg);
  }
}

.be_animated{-webkit-animation-duration:0.8s; animation-duration:0.8s; visibility: hidden;display: none;}
.be_animated.done{visibility: visible;display: block;}


/*------------------------------------------------------------------*/
/*	Berivan Çevik — Özel Stiller
/*------------------------------------------------------------------*/

/* Metin Tabanlı Logo */
.bc-text-logo {
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #000;
	line-height: 1.25;
	text-align: center;
}
.bc-text-logo span {
	display: block;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 0.14em;
	color: #555;
}
.bc-text-logo:hover { color: var(--main-color); }
.bc-text-logo:hover span { color: var(--main-color); }
.bc-text-logo-wrap { text-align: center; }
.rewall_fn_mobilemenu_wrap .bc-text-logo { color: #fff; }
.rewall_fn_mobilemenu_wrap .bc-text-logo span { color: #aaa; }
.rewall_fn_mobilemenu_wrap .bc-text-logo:hover,
.rewall_fn_mobilemenu_wrap .bc-text-logo:hover span { color: var(--main-color); }

/* İmza */
.bc-signature {
	display: block;
	margin-top: 32px;
	font-size: 38px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 0.02em;
	color: #000;
}

/* About bölümü — fotoğrafı siyah şerit çizgisinin üzerinde, metinle üst hizalı tut */
.fn_cs_about_modern .row {
	align-items: flex-start;
}
.fn_cs_about_modern .right_part {
	padding-top: 50px;
}
.fn_cs_about_modern .img_holder {
	aspect-ratio: 450 / 550;
}
.fn_cs_about_modern .left_part img { display: none; }

/* Portfolio kartları — display:none DEĞİL; orijinal opacity:0 + min-width korunur */
/* (satır 1178'deki orijinal kural geçerli; burada sadece display:block ile sıfırlıyoruz) */
.portfolio_list .img_holder img {
	display: block;
	min-width: 100%;
}

/* Blog kartları — SVG orantı placeholder için */
.blog_list .img_holder img { display: none; }
.blog_list .img_holder { aspect-ratio: 16 / 9; }

/*------------------------------------------------------------------*/
/*	Tam ekran eser lightbox + metin odaklı hikâye modalı
/*------------------------------------------------------------------*/

html.bc-modal-open,
body.bc-modal-open {
	overflow: hidden !important;
	height: auto;
}
@-webkit-keyframes bc-fadein {
	from { opacity: 0; -webkit-transform: scale(0.98) translateY(8px); transform: scale(0.98) translateY(8px); }
	to   { opacity: 1; -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0); }
}
@keyframes bc-fadein {
	from { opacity: 0; transform: scale(0.98) translateY(8px); }
	to   { opacity: 1; transform: scale(1) translateY(0); }
}

/* ——— Tam ekran görsel (yalnızca resim, köşede başlık, kapat) ——— */
.bc-lightbox {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 10001;
	overscroll-behavior: contain;
	box-sizing: border-box;
}
.bc-lightbox.is-open {
	display: block;
}
.bc-lightbox__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.94);
	cursor: pointer;
}
.bc-lightbox__stage {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: max(72px, env(safe-area-inset-top, 0px) + 52px) max(16px, env(safe-area-inset-right, 0px)) max(52px, env(safe-area-inset-bottom, 0px) + 40px) max(16px, env(safe-area-inset-left, 0px));
	box-sizing: border-box;
	pointer-events: auto;
	overflow: hidden;
	min-height: 0;
}
.bc-lightbox__pan {
	max-width: 100%;
	max-height: 85vh;
	width: 100%;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 0;
	min-width: 0;
	overscroll-behavior: contain;
	touch-action: pan-x pan-y;
	-webkit-overflow-scrolling: touch;
	/* overflow yok — hover zoom taşmasına izin ver; üst stage zaten overflow:hidden */
}
.bc-lightbox__img-wrap {
	display: inline-block;
	line-height: 0;
	max-width: 100%;
	/* overflow:hidden KASITLI KALDIRILDI — scale() görsel büyümeyi kliplemesin */
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.bc-lightbox__img {
	display: block;
	max-width: 100%;
	max-height: 85vh;
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: center center;
	-webkit-user-select: none;
	user-select: none;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	will-change: transform;
}
@media (min-width: 992px) {
	.bc-lightbox.is-open .bc-lightbox__img {
		cursor: crosshair;
	}
}
@media (max-width: 991px) {
	.bc-lightbox__pan {
		touch-action: manipulation;
	}
	.bc-lightbox__img {
		touch-action: manipulation;
	}
}
.bc-lightbox__close {
	position: fixed;
	top: max(12px, env(safe-area-inset-top, 0px));
	right: max(12px, env(safe-area-inset-right, 0px));
	z-index: 10011;
	width: 56px;
	height: 56px;
	border: 2px solid rgba(255, 255, 255, 0.9);
	border-radius: 3px;
	cursor: pointer;
	background: rgba(18, 18, 18, 0.85);
	color: #fff;
	font-size: 34px;
	line-height: 1;
	font-weight: 300;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
	-webkit-transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, -webkit-transform 0.18s ease;
	transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
	-webkit-appearance: none;
	appearance: none;
}
.bc-lightbox__close:hover,
.bc-lightbox__close:focus {
	background: var(--main-color);
	color: #000;
	border-color: #000;
	outline: none;
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}
.bc-lightbox__caption {
	position: fixed;
	left: max(16px, env(safe-area-inset-left, 0px));
	bottom: max(16px, env(safe-area-inset-bottom, 0px));
	z-index: 10002;
	margin: 0;
	max-width: min(90vw, 480px);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.95);
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.95);
	pointer-events: none;
	line-height: 1.4;
}

/* ——— Hikâye modalı (thumbnail + kaydırılabilir metin) ——— */
.bc-story-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 10000;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: clamp(10px, 2.5vw, 24px);
	padding-top: max(clamp(10px, 2.5vw, 24px), env(safe-area-inset-top, 0px));
	box-sizing: border-box;
	overscroll-behavior: contain;
}
.bc-story-modal.is-open {
	display: -webkit-flex;
	display: flex;
}
.bc-story-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(6, 6, 6, 0.62);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	cursor: pointer;
}
.bc-story-modal__panel {
	position: relative;
	z-index: 1;
	width: min(96vw, 900px);
	max-height: min(92vh, 920px);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 44px 120px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(0, 0, 0, 0.07);
	-webkit-animation: bc-fadein 0.24s ease;
	animation: bc-fadein 0.24s ease;
	box-sizing: border-box;
}
.bc-story-modal__close {
	position: absolute;
	top: max(10px, env(safe-area-inset-top, 0px));
	right: max(10px, env(safe-area-inset-right, 0px));
	z-index: 5;
	width: 52px;
	height: 52px;
	border: 2px solid #000;
	border-radius: 3px;
	cursor: pointer;
	background: var(--main-color);
	color: #000;
	font-size: 32px;
	line-height: 1;
	font-weight: 300;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
	-webkit-transition: background 0.18s ease, color 0.18s ease, -webkit-transform 0.18s ease;
	transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
	-webkit-appearance: none;
	appearance: none;
}
.bc-story-modal__close:hover,
.bc-story-modal__close:focus {
	background: #000;
	color: var(--main-color);
	outline: none;
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}
.bc-story-modal__grid {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	min-height: 0;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	max-height: min(92vh, 920px);
}
.bc-story-modal__media {
	-webkit-flex: 0 0 36%;
	flex: 0 0 36%;
	max-width: 300px;
	min-width: 180px;
	background: #e8e5e2;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 18px 14px;
	box-sizing: border-box;
	border-right: 3px solid #000;
}
.bc-story-modal__thumb {
	display: block;
	max-width: 100%;
	max-height: min(36vh, 300px);
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: center center;
}
.bc-story-modal__content {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 0;
	min-width: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	touch-action: pan-y;
	padding: 24px clamp(16px, 3vw, 32px) 28px;
	padding-top: calc(24px + 8px);
	padding-right: calc(clamp(16px, 3vw, 32px) + 48px);
	box-sizing: border-box;
}
.bc-story-modal__heading {
	margin: 0 0 14px 0;
	font-size: clamp(17px, 2vw, 22px);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	line-height: 1.25;
	color: #111;
	word-break: break-word;
	overflow-wrap: break-word;
}
.bc-story-modal__meta {
	list-style: none;
	margin: 0 0 16px 0;
	padding: 0 0 14px;
	border-bottom: 1px solid #e4e4e4;
}
.bc-story-modal__meta li {
	display: -webkit-flex;
	display: flex;
	gap: 10px;
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 1.55;
	-webkit-align-items: baseline;
	align-items: baseline;
}
.bc-story-modal__meta li:last-child {
	margin-bottom: 0;
}
.bc-story-modal__meta .meta-label {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.12em;
	color: #777;
	min-width: 62px;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.bc-story-modal__meta li span:last-child {
	word-break: break-word;
	overflow-wrap: break-word;
	min-width: 0;
	color: #222;
}
.bc-story-modal__desc {
	font-size: 15px;
	line-height: 1.72;
	color: #444;
	word-break: break-word;
	overflow-wrap: break-word;
}
.bc-story-modal__desc p {
	margin: 0 0 1em 0;
}
.bc-story-modal__desc p:last-child {
	margin-bottom: 0;
}
.bc-story-modal__desc ul,
.bc-story-modal__desc ol {
	margin: 0 0 1em 1.1em;
	padding: 0;
}
.bc-story-modal__desc li {
	margin-bottom: 0.35em;
}

.portfolio-item .img_holder {
	cursor: default;
}
.portfolio-item .img_holder:hover .abs_img {
	transform: scale(1);
}

/* Biyografi — Sanat Yaklaşımı sekmesi */
.bc-artist-statement p {
	margin-bottom: 26px;
	text-align: left;
}
.bc-artist-statement p:last-child {
	margin-bottom: 0;
}

@media (max-width: 720px) {
	.bc-story-modal__grid {
		-webkit-flex-direction: column;
		flex-direction: column;
		max-height: none;
	}
	.bc-story-modal__panel {
		max-height: min(96vh, 100dvh);
		width: min(100%, 96vw);
	}
	.bc-story-modal__media {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: none;
		min-width: 0;
		width: 100%;
		max-height: 200px;
		border-right: none;
		border-bottom: 3px solid #000;
		padding: 14px;
	}
	.bc-story-modal__thumb {
		max-height: 170px;
	}
	.bc-story-modal__content {
		padding: 18px 16px calc(22px + env(safe-area-inset-bottom, 0px));
		padding-right: calc(16px + 48px);
	}
	.bc-story-modal__heading {
		font-size: 16px;
	}
	.bc-story-modal__desc {
		font-size: 14px;
	}
	.bc-lightbox__close {
		width: 50px;
		height: 50px;
		font-size: 30px;
	}
}
@media (max-width: 480px) {
	.bc-story-modal {
		padding: 0;
		-webkit-align-items: stretch;
		align-items: stretch;
	}
	.bc-story-modal__panel {
		width: 100%;
		min-height: 100dvh;
		max-height: none;
		border-radius: 0;
	}
	.bc-story-modal__grid {
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
		min-height: 0;
	}
	.bc-story-modal__content {
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
	}
}
@-webkit-keyframes fadeInTop{0%{opacity:0;-webkit-transform:translate3d(0,10%,0);transform:translate3d(0,10%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInTop{0%{opacity:0;-webkit-transform:translate3d(0,10%,0);transform:translate3d(0,10%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInTop{-webkit-animation-name:fadeInTop;animation-name:fadeInTop}






.contact{
	padding: 171px 0 198px 0;
}
.contact .main_title{
	margin-bottom: 100px;
}
/* Contact Form */
.rewall_fn_contact{
	width: 100%;
	float: left;
	clear: both;
}
.rewall_fn_contact .input_wrapper{
	width: 100%;
	position: relative;
}
.rewall_fn_contact .input_wrapper input,
.rewall_fn_contact .input_wrapper textarea{
	position: relative;
	z-index: 3;
}
.rewall_fn_contact .moving_placeholder{
	height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    line-height: 70px;
    padding: 0;
    margin: 0;
    padding-left: 30px;
    font-weight: 400;
    color: #000;
    transform-origin: left;
    z-index: 1;
    display: block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 150ms cubic-bezier(.4,0,.2,1);
    transition: all 150ms cubic-bezier(.4,0,.2,1);
}

.rewall_fn_contact .active .moving_placeholder{
	-webkit-transform: scale(0.75) translateY(-85%);
	transform: scale(0.75) translateY(-85%);
	color: var(--main-color);
	background: #fff;
    z-index: 33;
    padding-right: 30px;
	margin-left: 10px;
    top: 0px;
    height: 25px;
    line-height: 25px;
}
.rewall_fn_contact textarea{
	height: 200px;
}
.rewall_fn_contact .items{
	margin-left: -20px;
}
.rewall_fn_contact .item{
	width: 100%;
	float: left;
	padding-left: 20px;
	margin-bottom: 20px;
}
.rewall_fn_contact .item:last-child{
	margin-bottom: 0;
}
.rewall_fn_contact .item.half{
	width: 50%;
}
.rewall_fn_contact .contact_form a{
	display: block;
	line-height: 26px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 20px 20px;
	background-color: var(--main-color);
	color: var(--text-color-for-main-bg);
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border: 2px solid var(--main-color);
}
.rewall_fn_contact .contact_form a:hover{
	border-color: var(--main-color);
	color: var(--main-color);
	background-color: transparent;
}
.rewall_fn_contact .contact_form a:focus{
	outline: 1px dashed #444;
}
.empty_notice{
	color: var(--main-color);
	margin-bottom: 25px;
	display: none;
	text-align: left;
	font-weight: 500;
}
.error{
	display: none;
	color: var(--main-color);
	text-align: left;
	font-weight: 500;
}
.success{
	display: none;
	color: var(--main-color);
	margin-bottom: 25px;
	text-align: left;
	font-weight: 500;
}
.success .bc-contact-flash,
.contact_success.bc-contact-flash {
	display: inline-block;
	padding: 12px 16px;
	border-radius: 4px;
	background: #e8f5e9;
	border: 1px solid #1e7e34;
	color: #155724;
	font-weight: 600;
}




.fn_cs_contact_info{
	text-align: center;
	padding: 86px 0 0;
}
.fn_cs_contact_info p{
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.fn_cs_contact_info h3{
	margin: 0;
	padding: 0;
	margin-bottom: 58px;
	font-weight: 700;
}
.fn_cs_contact_info h3 a{
	text-decoration: none;
}
.fn_cs_contact_info .fn__link{
	text-transform: none;
	font-size: 22px;
}
.fn_cs_contact_info *:last-child{
	margin-bottom: 0;
}







.mfp-bottom-bar{
	margin-top: -27px;
}
/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;

	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;

	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}




/*------------------------------------------------------------------*/
/*	03) MOBILE MENU
/*------------------------------------------------------------------*/
.rewall_fn_mobilemenu_wrap{
	width: 100%;
	float: left;
	clear: both;
	display: none;
	overflow: hidden;
}
.rewall_fn_mobilemenu_wrap ul{
	list-style-type: none;
	margin: 0px;
}
.rewall_fn_mobilemenu_wrap .logo_hamb{
	width: 100%;
	float: left;
	clear: both;
	padding: 20px;
	background-color: #0f0f16;
}
.rewall_fn_mobilemenu_wrap .logo_hamb .in{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rewall_fn_mobilemenu_wrap .menu_logo a{
	text-decoration: none;
	display: block;
	cursor: pointer;
}
.rewall_fn_mobilemenu_wrap .menu_logo a img{
	max-width: 225px;
}
.rewall_fn_mobilemenu_wrap .mobilemenu{
	width: 100%;
	float: left;
	clear: both;
	padding: 40px 20px 30px 20px;
	background-color: #090909;
	display: none;
	border-top: 1px solid #333;
}
.rewall_fn_mobilemenu_wrap .vert_menu_list ul{
	margin: 20px 0px 10px 0px;
	list-style-type: none;
	margin-left: 20px;
	display: none;
	position: relative;
	overflow: hidden;
}
.rewall_fn_mobilemenu_wrap .vert_menu_list a{
	text-decoration: none;
	color: #ccc;
	font-size: 18px;
	line-height: 27px;
	text-transform: uppercase;
	display: block;
	position: relative;
}
.rewall_fn_mobilemenu_wrap .vert_menu_list a:hover{
	color: #fff;
}
.rewall_fn_mobilemenu_wrap .vert_menu_list ul a{
	text-transform: none;
}
.rewall_fn_mobilemenu_wrap .vert_menu_list li{
	margin: 0px;
	position: relative;
	margin-bottom: 10px;
}
.rewall_fn_mobilemenu_wrap .menu_logo{
	margin-right: 20px;
}
/*------------------------------------------------------------------*/ 
/*	3.1. HAMBURGER MENU
/*------------------------------------------------------------------*/
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #000;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
	
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before{
    top: -8px;
}
.hamburger-inner::after{
    bottom: -10px;
}
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after{
    top: -16px;
	
	-webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
	   -moz-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
	    -ms-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
	     -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
	        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before{
	-webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	   -moz-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	    -ms-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	     -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner{
	-webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
	   -moz-transform: translate3d(0, -10px, 0) rotate(45deg);
	    -ms-transform: translate3d(0, -10px, 0) rotate(45deg);
	        transform: translate3d(0, -10px, 0) rotate(45deg);
	
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after{
    top: 0;
    opacity: 0;
	
	-webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
	   -moz-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
	    -ms-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
	     -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
	        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before{
    top: 0;
	
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
	
	-webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	   -moz-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	    -ms-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	     -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger{
	padding: 0px;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.hamburger-box{display: block;}

.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after,
.hamburger .hamburger-inner{
	background-color: #ccc;
	width: 30px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}





/* Responsive */
@media(max-width: 1400px){
	.main_title h3{font-size: 50px;}
	.main_title h3:after{width: 150px;height: 6px;}
	.main_title.center h3:after{margin-left: -75px;}
	.fn_cs_info_items ul{margin-left: -10px;}
	.fn_cs_info_items li{margin-left: 10px;margin-bottom: 10px;}
	.fn_cs_boxed_list.modern li:nth-of-type(2n+1){padding-right: 80px;}
	.fn_cs_boxed_list.modern li:nth-of-type(2n){padding-left: 80px;}
	.fn_cs_testimonials .icon{display: none;}
	.fn_cs_testimonials .item{padding: 0;}
	.fn_cs_testimonials .name{padding-right: 100px;}
	.blog_list .left_part{padding-right: 20px;}
	.blog_list .right_part{padding-left: 20px;}
	.fn_cs_info_items li{font-size: 20px;}
	.fn_cs_testimonials .desc p{font-size: 20px;line-height: 1.5;}
	.fn_cs_about_modern .dots{top: 60px !important;bottom: 60px !important;}
	.fn_cs_partners li{height: 150px;}
}
@media(max-width: 1100px){
	.rewall_fn_content{padding-left: 0 !important;}
	.rewall_fn_sidebar{display: none;}
	.rewall_fn_mobilemenu_wrap{display: block;}
	.blog_list .left_part{width: 30%;padding-right: 0;}
	.blog_list .right_part{width: 70%;padding-top: 0;}
}
@media(max-width: 768px){
	
	/* Section spacing */
	.about{padding: 100px 0 82px;}
	.biography{padding: 75px 0 82px;}
	.portfolio{padding: 75px 0 84px;}
	.service{padding: 75px 0 62px;}
	.customer{padding: 75px 0 82px;}
	.blog{padding: 75px 0 82px;}
	.contact{padding: 75px 0 98px;}
	/******************/
	
	
	.fn_cs_progress_bar .progress_item{padding: 5px;margin-bottom: 10px;}
	.fn_cs_progress_bar .progress_percent,
	.fn_cs_progress_bar .progress_title{font-size: 16px;}
	.blog_list .main_button{display: none;}
	.blog_list .right_part p{margin-bottom: 0;}
	.fn_cs_about_modern .row{flex-direction: column;}
	.fn_cs_about_modern .left_part{width: 70%;padding-right: 0;margin-bottom: 50px;}
	.fn_cs_about_modern .right_part{width: 100%;}
	.portfolio_list ul.bc-artwork-masonry{grid-template-columns:repeat(1,minmax(0,1fr));gap:28px;}
	.fn_cs_boxed_list.modern li:nth-of-type(2n+1){padding-right: 0;}
	.fn_cs_boxed_list.modern li:nth-of-type(2n){padding-left: 0;}
	.fn_cs_boxed_list.modern li{margin-bottom: 20px;}
	.fn_cs_partners li{width: 50%;}
	.rewall_fn_contact .item.half{width: 100%;}
	h3{font-size: 24px;}
	.fn_cs_boxed_list .item{padding: 32px 30px 33px;}
	.fn_cs_boxed_list .badge{position: relative;float: right;right: auto;top: -40px;}
}
@media(max-width: 480px){
	.fn_cs_about_modern .left_part{width: 100%;}
	.fn_cs_info_items ul{flex-direction: column;}
}

/*------------------------------------------------------------------*/
/*	Biyografi — büyük çerçeveli foto + sağ blok; öne çıkan slider; filtre
/*------------------------------------------------------------------*/

.about.bc-bio-page {
	padding: 100px 0 40px;
}
/* Üst: sol fotoğraf + sağda yalnızca Hakkımda metni, kutular, portfolyo CTA */
.bc-bio-hero {
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	float: none !important;
	clear: both;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px 48px;
	gap: 40px 48px;
	box-sizing: border-box;
}
.bc-bio-hero__photo {
	flex: 0 0 42%;
	max-width: 480px;
	min-width: 260px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	float: none !important;
	box-sizing: border-box;
}
.bc-bio-hero__text {
	flex: 1 1 300px;
	min-width: 0;
	max-width: 560px;
	float: none !important;
}
.bc-bio-frame {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 2px solid #000;
	background: #fff;
	overflow: hidden;
}
.bc-bio-frame img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
}
.bc-bio-intro.main_title {
	text-align: left !important;
	margin-bottom: 0 !important;
}
.bc-bio-page .bc-bio-intro.main_title h3 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: clamp(26px, 4vw, 38px);
}
.bc-bio-page .bc-bio-intro.main_title h3:after {
	left: 0;
	margin-left: 0;
}
.bc-bio-facts {
	margin: 28px 0 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.bc-bio-fact {
	border: 1px solid #000;
	padding: 14px 18px;
	font-size: 16px;
	line-height: 1.5;
	color: #111;
}
.bc-bio-fact a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}
/* Portfolyo kutusu — şablonun sarı CTA + çizgileri (üst/alt boşluk çizgilerin kutuyla çakışmasını önler) */
.bc-bio-page .fn_cs_cv_btn.bc-bio-cv {
	padding: 120px 0 130px;
	display: flex;
	float: none !important;
	clear: both;
}
.bc-bio-page .fn_cs_cv_btn.bc-bio-cv .container {
	width: 100%;
	max-width: 100%;
}
.bc-bio-tabs-section {
	width: 100%;
	float: none !important;
	clear: both;
	padding: 24px 0 80px;
}
.bc-bio-tabs-section .bc-bio-tabs.fn_cs_tabs {
	margin-top: 0;
	float: none !important;
	clear: both;
	width: 100% !important;
}
.bc-bio-tabs-inner {
	width: 100%;
}
.bc-bio-tabs-section .tab_header ul {
	justify-content: center;
}
@media (max-width: 900px) {
	.bc-bio-hero {
		flex-direction: column;
		align-items: stretch;
		padding: 0 20px 32px;
	}
	.bc-bio-hero__photo {
		flex: 1 1 auto;
		max-width: 440px;
		width: 100%;
		margin: 0 auto;
	}
	.bc-bio-hero__text {
		max-width: 100%;
	}
}

.bc-featured {
	position: relative;
	background: #fff;
}
.bc-featured--empty {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42vh;
	padding: 48px 24px;
	background: #f7f7f7;
}
.bc-featured__welcome {
	text-align: center;
	max-width: 520px;
	color: #1a1a1a;
}
.bc-featured__welcome-kicker {
	font-size: 11px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	margin: 0 0 12px;
	color: #666;
}
.bc-featured__welcome-title {
	font-size: clamp(28px, 5vw, 44px);
	font-weight: 600;
	margin: 0 0 16px;
	line-height: 1.15;
	color: #111;
}
.bc-featured__welcome-text {
	margin: 0;
	font-size: 17px;
	line-height: 1.6;
	color: #444;
}

.bc-featured-carousel {
	position: relative;
	width: 100%;
}
.bc-featured-carousel .owl-carousel {
	width: 100%;
}
.bc-featured-carousel .owl-stage-outer {
	background: #fff;
}
.bc-featured-slide {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
}
.bc-featured-open {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
	position: relative;
	background: #fff;
	text-align: left;
	-webkit-appearance: none;
	appearance: none;
}
.bc-featured-slide__bg {
	position: absolute;
	inset: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-color: #fff;
}
.bc-featured-slide__shade {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
	height: min(48%, 220px);
	background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.35) 55%, transparent 100%);
	pointer-events: none;
}
.bc-featured-slide__cap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 28px 32px max(28px, env(safe-area-inset-bottom));
	z-index: 2;
	pointer-events: none;
}
.bc-featured-slide__kicker {
	display: block;
	font-size: 11px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.65);
	margin-bottom: 8px;
}
.bc-featured-slide__title {
	display: block;
	font-size: clamp(22px, 3.5vw, 36px);
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
	text-shadow: 0 4px 24px rgba(0,0,0,0.65);
}

.bc-featured-carousel .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	padding: 0 12px;
	pointer-events: none;
	z-index: 4;
}
.bc-featured-carousel .owl-nav button.owl-prev,
.bc-featured-carousel .owl-nav button.owl-next {
	pointer-events: auto;
	width: 48px;
	height: 48px;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,0.18) !important;
	background: rgba(255,255,255,0.92) !important;
	color: #111 !important;
	font-size: 22px !important;
	line-height: 1 !important;
	margin: 0 !important;
	box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}
.bc-featured-carousel .owl-dots {
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
	z-index: 3;
}
.bc-featured-carousel .owl-dot span {
	background: rgba(0,0,0,0.22) !important;
}
.bc-featured-carousel .owl-dot.active span {
	background: var(--main-color) !important;
}

.bc-portfolio-filter-wrap {
	margin-bottom: 28px;
}
.bc-portfolio-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	align-items: center;
	padding: 0 16px;
}
.bc-filter-btn {
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 10px 18px;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,0.18);
	background: transparent;
	color: inherit;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.bc-filter-btn:hover,
.bc-filter-btn:focus {
	border-color: var(--main-color);
	outline: none;
}
.bc-filter-btn.active {
	background: var(--main-color);
	color: #000;
	border-color: var(--main-color);
}

.bc-photos-page .bc-portfolio-actions {
	justify-content: center;
}

/*------------------------------------------------------------------*/
/*	Yazılarım — grid liste
/*------------------------------------------------------------------*/

.bc-articles-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 28px 24px;
}
.bc-articles-grid__item {
	margin: 0;
	padding: 0;
}
.bc-article-card {
	display: block;
	text-decoration: none;
	color: inherit;
	border: 1px solid rgba(0,0,0,0.08);
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 8px 28px rgba(0,0,0,0.06);
	transition: box-shadow 0.25s ease, transform 0.22s ease;
	height: 100%;
}
.bc-article-card:hover,
.bc-article-card:focus {
	box-shadow: 0 14px 40px rgba(0,0,0,0.12);
	transform: translateY(-3px);
	outline: none;
}
.bc-article-card__media {
	position: relative;
	aspect-ratio: 16 / 10;
	background: #e8e8e8;
	overflow: hidden;
}
.bc-article-card__ph {
	display: none;
}
.bc-article-card__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.bc-article-card__placeholder {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, #ddd 0%, #f0f0f0 100%);
}
.bc-article-card__body {
	padding: 20px 20px 22px;
}
.bc-article-card__meta {
	font-size: 13px;
	color: #777;
	margin: 0 0 8px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.bc-article-card__title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.35;
	margin: 0 0 12px;
	color: #111;
}
.bc-article-card__cta {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--main-color);
}

/* Dil seçici (TR | EN) — sosyal ikonların altında, çerçevesiz */
.rewall_fn_sidebar .social {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
}
.rewall_fn_sidebar .social ul {
	display: flex;
	margin: 0;
	padding: 0;
	margin-left: -10px;
	justify-content: center;
	flex-wrap: nowrap;
}
.bc-lang-switch {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1;
	background: none;
	box-shadow: none;
}
.bc-lang-switch__link,
.rewall_fn_sidebar .social .bc-lang-switch a,
.bc-lang-switch--mobile a {
	color: #999;
	text-decoration: none !important;
	border: none !important;
	outline: none;
	background: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0;
	width: auto !important;
	height: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
	max-width: none !important;
	display: inline !important;
	font: inherit;
	transition: color 0.25s ease;
}
.bc-lang-switch__link:hover,
.rewall_fn_sidebar .social .bc-lang-switch a:hover,
.bc-lang-switch--mobile a:hover {
	color: #000;
	border: none !important;
	background: transparent !important;
	border-color: transparent !important;
	box-shadow: none !important;
}
.bc-lang-switch__link.is-active {
	color: #000;
	font-weight: 600;
}
.bc-lang-switch__sep {
	color: #ccc;
	user-select: none;
	font-weight: 300;
}
.bc-lang-switch--mobile {
	margin: 18px 0 0;
	padding: 0;
	border: none;
	font-size: 14px;
}
/* Mobil menü (#090909): genel .is-active / :hover #000 burada görünmez oluyordu */
.rewall_fn_mobilemenu_wrap .mobilemenu .bc-lang-switch--mobile {
	display: -webkit-flex !important;
	display: flex !important;
	visibility: visible !important;
	opacity: 1 !important;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	gap: 8px;
	margin: 24px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #333;
	width: 100%;
	box-sizing: border-box;
}
/* Mobil menü dil: pasif #aaa, aktif #fff (koyu zemin üzerinde okunaklı) */
.mobilemenu .bc-lang-switch a,
.mobilemenu .bc-lang-switch--mobile a,
.rewall_fn_mobilemenu_wrap .mobilemenu .bc-lang-switch--mobile .bc-lang-switch__link {
	color: #aaa !important;
}
.mobilemenu .bc-lang-switch a.is-active,
.mobilemenu .bc-lang-switch--mobile a.is-active,
.rewall_fn_mobilemenu_wrap .mobilemenu .bc-lang-switch--mobile .bc-lang-switch__link.is-active {
	color: #fff !important;
	font-weight: 600;
}
.rewall_fn_mobilemenu_wrap .mobilemenu .bc-lang-switch--mobile .bc-lang-switch__link:hover {
	color: var(--main-color) !important;
	border: none !important;
	background: transparent !important;
	border-color: transparent !important;
}
.rewall_fn_mobilemenu_wrap .mobilemenu .bc-lang-switch--mobile .bc-lang-switch__sep {
	color: #666 !important;
}

/* Hikâye modal küçük görsel — mobil pinch (Zooming.js) */
.bc-story-modal__thumb.bc-zoom-target {
	cursor: zoom-in;
	touch-action: manipulation;
}
