.progress-reading{height: 3px;}


.backdrop {
  background-color:rgba(0,0,0,0.9);
   opacity: 0.5;
   height: 100%;
   left: 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index:100;
   display: none;
}


/*ANSAYFA YORUMLAR*/
.custom-text-color-2 {
    color: #f8e095;
}
.bg-custom-color-1 {
		background-color: #f2f5f1;
}
.custom-el-1 {
		position: absolute;
		right: 8%;
		top: 15%;
}
.custom-el-1 i:nth-child(1) {
		font-size: 40px;
		opacity: 0.3;
}
.custom-el-1 i:nth-child(2) {
		font-size: 60px;
		position: relative;
		top: 40px;
		left: 5px;
}
.custom-el-1 i:nth-child(3) {
		font-size: 80px;
		position: relative;
		top: 100px;
		filter: blur(5px);
}
.custom-el-2 {
		position: relative;
		display: block;
		padding: 30px 0;
}

.custom-el-2 strong:nth-child(1) {
		opacity: 0.07;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		display: block;
		text-align: center;
		font-size: clamp(28px, -53.3333333333px + 0.1694444444 * 100vw, 150px);
		text-overflow: ellipsis;
		white-space: nowrap;
}
.custom-el-2 strong:nth-child(2) {
		font-size: clamp(28px, 4px + 0.05 * 100vw, 64px);
		padding-top: 20px;
		display: block;
}



/*anasasyfa slider prev - next */
.custom-carousel-arrows-style-1 .owl-nav .owl-next,
.custom-carousel-arrows-style-1 .owl-nav .owl-prev {
    width: 20px !important;
    height: 35px !important;
	margin: 0px 5px !important;
	
}
.custom-carousel-arrows-style-1 .owl-nav .owl-next:before,
.custom-carousel-arrows-style-1 .owl-nav .owl-prev:before {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 70% !important;
    width: 15px;
    height: 15px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.custom-carousel-arrows-style-1 .owl-nav .owl-next {
    transform: rotate(180deg) !important;
    transform-origin: 50% 25%;
}

/*header menü dopdown radius*/
@media (min-width: 992px) {
	.recommend-themes, #header{
		z-index:101  !important;
	}
	
	#header .header-nav-main.header-nav-main-dropdown-no-borders nav > ul > li.dropdown .dropdown-menu:not(.border-top), #header .header-nav-main.header-nav-main-dropdown-no-borders nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu{
		border-radius: var(--border-radius2x) !important;
	}
}




/*header bg transparent & blur effect*/
.header-floating-bar .header-body{			
	border-radius: 10px;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	background: linear-gradient(white 0%,rgba(255,255,255,0.4) 100%) !important;	
}
.recommend-themes{		
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	background: linear-gradient(rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.8) 40%, rgba(255,255,255,0.8) 60%, rgba(255,255,255,0.6) 100%) !important;	
}
html.sticky-header-active .header-floating-bar .header-body{
	border-radius: 0px;
	background-color: transparent !important;
}






/* Recommended Themes */
.recommend-themes {
	position: fixed;
	z-index: 9;
	left: 0;
	width: 100%;
	bottom: 0;
	-webkit-transform: translateY(110%);
	transform: translateY(110%);
	-webkit-transition: -webkit-transform 0.8s ease;
	transition: -webkit-transform 0.8s ease;
	transition: transform 0.8s ease;
	transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.recommend-themes.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}





.logo-image img {
	filter: grayscale(100%);
	transition: filter 0.3s ease-in-out;
	cursor: pointer;
}

.logo-image img:hover {
	filter: grayscale(0%);
}