#gallery-detail-section-1 {
	position: relative;
	z-index: 9;
}

#gallery-detail-section-1 .container {
	margin-top: -250px;
}

.dropdown-menu li :hover {
	color: rgb(97, 118, 135) !important;
}

@media(min-width:768px) {

	#counter-section-1 .counter-content.text-center,
	#counter-section-1 .counter {
		width: 45% !important;
		text-align: left !important;
		position: relative;
	}

	#counter-section-1 .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#counter-section-1 .counter::before {
		content: '';
		position: absolute;
		top: 0;
		right: auto;
		bottom: 0;
		left: -11%;
		background-color: #fff;
		height: 100%;
		width: 2px;
	}
}

.btn {
	color: #000 !important;
	background-color: #fff !important;
	border-color: #000 !important;
	border-radius: 0px !important;
	position: relative;
	min-width: 120px;
	margin-top: 10px;
}

.btn::after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: 1px solid #000;
	transition: all .4s;
	position: absolute;
	top: 10px;
	left: 10px;
	right: auto;
	bottom: auto;
	z-index: -1;
}

.btn:hover::after {
	left: -10px;
	top: -10px;
	border-color: var(--site-hover-color) !important;
}

.btn:hover {
	background-color: var(--site-hover-color) !important;
	border-color: var(--site-hover-color) !important;
	color: #fff !important;
}

.icon-section .icon-wrapper {
	text-align: left;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 31px 32px;
	transition: all 0.4s ease-out;
	height: 171px;
}

.footer .footer-pages li {
	padding: 5px 0px;
}

.icon-wrapper:hover * {
	color: #fff !important;
}

a {
	color: #000000;
}

.btn {
	padding: 7px 24px;
}


/* Ürünler Sayfası Css Kodları */

.gallery-section-9 .gallery-info {
	position: absolute;
	bottom: 0;
	width: 60%;
	background: rgba(255, 255, 255, 0.6);
	padding: 10px 15px;
	border-top-right-radius: 30px;
	left: 0;
	transition: all .4s;
}

.gallery-section-9 .img-wrapper:hover .gallery-info {
	background: rgba(255, 255, 255, 1);
	width: 65%;
}

#click_whatsapp {
	background-color: #000000 !important;
	font-size: 30px !important;
}


/* Parallax Anasayda CTA */

#parallax-5 .parallax-description .btn {
	position: absolute;
	bottom: 10%;
	right: 0;
}

#parallax-5 .parallax-description .btn::after,
.weta-slider-buttons .btn::after {
	border-color: #fff !important;
}

#parallax-5 .parallax-description .btn:hover::after,
.weta-slider-buttons .btn:hover::after {
	border-color: var(--site-hover-color) !important;
}

.blog-date {
	display: none;
}

#right-bar #header-social-media {
	display: flex !important;
}
#left-bar #header-social-media{
	display: none !important;
}
.section-header .logo-container{
	margin-top: -60px;
	z-index: 999;
}
.section-header .logo-container img{
	max-height: 70px !important;
    margin-bottom: -12px;
}
.section-header.fixed .logo-container{
	margin-top: 0px !important;
}
.section-header.fixed .logo-container img{
	max-height: 60px !important;
    margin-bottom:0px;
}
.blog-title .weta-icerik-tag{
 font-size: 16px;
}


@media(max-width:768px){
	.section-header .logo-container{
		margin-top: -10px;
	}
	#gallery-detail-section-1 .container{
		margin-top: -200px;
	}
	#counter-section-1{
		min-height: 600px !important;
	}
	.icon-section .custom-col{
		width: 100% !important;
	}
	#blog-section-1 .custom-col{
		width: 100% !important;
	}
	.parallax-section{
		background-size: cover !important;
	}
	.pageDetailContent{
		padding: 25px 0px !important;
	}
	#blog-section-2 .custom-col{
		width: 100% !important;
	}
	#parallax-5 .parallax-description .btn{
		right: auto;
		left: 0;
		bottom: -50% !important;
	}
.blogs .col-md-3{
margin-bottom:30px;
}
}