.gallery-section-2 .gallery-img a,.gallery-section-5 .gallery-img a,.gallery-section-6 .gallery-img a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
  }
  .gallery-section-2 .gallery-img img,.gallery-section-5 .gallery-img img,.gallery-section-6 .gallery-img img{
	filter: grayscale(1);
	transition: all .4s;
  }
  .gallery-section-2 .img-title,.gallery-section-5 .img-title,.gallery-section-6 .img-title{
	position: absolute;
	bottom: 0%;
	left: 5%;
	margin-top: 0px;
	transition: all .4s;
  }
  .gallery-section-2 .img-title .weta-icerik-tag,.gallery-section-5 .img-title .weta-icerik-tag,.gallery-section-6 .img-title .weta-icerik-tag{
	font-size: 40px !important;
	text-align: left;
	line-height: 30px;
	-webkit-text-stroke-color: #000;
	-webkit-text-stroke-width: 1px;
	-webkit-text-fill-color: transparent;
	font-weight: bold !important;
	letter-spacing: -2px;
  }
  .gallery-section-2 .img-title span,.gallery-section-5 .img-title span,.gallery-section-6 .img-title span{
	font-size: 30px !important;
	padding-left: 35%;
	-webkit-text-fill-color: #000;
	letter-spacing: 0px;
  }
  .gallery-section-2 .gallery-img a::after,
  .gallery-section-2 .gallery-img::after,
  .gallery-section-5 .gallery-img a::after,
  .gallery-section-5 .gallery-img::after,
  .gallery-section-6 .gallery-img a::after,
  .gallery-section-6 .gallery-img::after{
	content: '';
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, rgba(222,216,166,1) 0%, rgba(255,255,255,0) 50%);
	transition: all .4s;
	opacity: 1;
  }
  .gallery-section-2 .img-wrapper:hover img,
  .gallery-section-5 .img-wrapper:hover img,
  .gallery-section-6 .img-wrapper:hover img{
	filter: grayscale(0);
  }
  .gallery-section-2 .img-wrapper:hover .img-title,
  .gallery-section-5 .img-wrapper:hover .img-title,
  .gallery-section-6 .img-wrapper:hover .img-title{
	bottom: 0;
  }
  .gallery-section-2 .img-wrapper:hover .gallery-img a::after,
  .gallery-section-2 .img-wrapper:hover .gallery-img::after,
  .gallery-section-5 .img-wrapper:hover .gallery-img a::after,
  .gallery-section-5 .img-wrapper:hover .gallery-img::after,
  .gallery-section-6 .img-wrapper:hover .gallery-img a::after,
  .gallery-section-6 .img-wrapper:hover .gallery-img::after{
	height: 100%;
	opacity: 1;
  }
  
  .video-play-button {
	position: relative;
	z-index: 10;
	top: 50%;
	left: 5%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	/* background: #fa183d; */
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
  }
  
  .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #d6cf9f;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
  }
  
  .video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #d6cf9f;
	border-radius: 50%;
	transition: all 200ms;
  }
  
  .video-play-button:hover:after {
	background-color: darken(#d6cf9f, 10%);
  }
  
  .video-play-button img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto;
  }
  
  .video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 32px solid #fff;
	  border-top: 22px solid transparent;
	  border-bottom: 22px solid transparent;
  }
  
  .productList .col-md-3 .product-wrapper {
    padding: 20px;
    border: 1px solid var(--site-footer-color);
  }

  @keyframes pulse-border {
	0% {
	  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	  opacity: 1;
	}
	100% {
	  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	  opacity: 0;
	}
  }

@media(max-width:768px){
  .video-play-button{
    left: 15%;
  }
  .gallery-section .swiper-button-next,.gallery-section .swiper-button-prev,#blog-list .swiper-button-next,#blog-list .swiper-button-prev{
    display: none !important;
  }
  .gallery-section-2 .custom-col,.gallery-section-5 .custom-col,.gallery-section-6 .custom-col{
    width: 100% !important;
  }
  .gallery-section-2 .img-title,.gallery-section-5 .img-title,.gallery-section-6 .img-title{
    bottom: 0px;
  }
  .gallery-section-2 .gallery-img img,
  .gallery-section-5 .gallery-img img,
  .gallery-section-6 .gallery-img img{
    filter: grayscale(0);
  }
  .gallery-section-2 .img-title .weta-icerik-tag,
  .gallery-section-5 .img-title .weta-icerik-tag,
  .gallery-section-6 .img-title .weta-icerik-tag{
    font-size: 40px !important;
  }
  .gallery-section-2 .gallery-img a::after,
   .gallery-section-2 .gallery-img::after,
   .gallery-section-5 .gallery-img a::after,
   .gallery-section-5 .gallery-img::after,
   .gallery-section-6 .gallery-img a::after,
   .gallery-section-6 .gallery-img::after{
    height: 100%;
    opacity: 1;
  }
  .productList .col-md-3{
    width: 50%;
  }
}

#product-list .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#product-list .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 10px;
}
#product-list .swiper{
  padding-top: 0px;
}
.product-list .weta-icerik-tag{
  text-align: center;
}
.gallery-section-2 .img-wrapper,
.gallery-section-5 .img-wrapper,
.gallery-section-6 .img-wrapper{
  padding: 20px;
  border: 1px solid var(--site-footer-color);
}
footer{
  display: none !important;
}
@media(min-width:768px){
  .body-content {
    min-height: 86.9vh;
  }
  #page-8 .mfp-img,
  #page-9 .mfp-img,
  #page-10 .mfp-img,
  #page-11 .mfp-img{
    max-height: 850px !important;
  }
}

#page-8 .mfp-bg,
#page-9 .mfp-bg,
#page-10 .mfp-bg,
#page-11 .mfp-bg{
  opacity: 0.9;
  background-color: #d6cf9f;
}

#page-8 .mfp-counter,
#page-9 .mfp-counter,
#page-10 .mfp-counter,
#page-11 .mfp-counter{
  display: none;
}

#page-8 .mfp-bottom-bar,
#page-9 .mfp-bottom-bar,
#page-10 .mfp-bottom-bar,
#page-11 .mfp-bottom-bar{
  margin-top: -66px;
}
#page-8 .mfp-title,
#page-9 .mfp-title,
#page-10 .mfp-title,
#page-11 .mfp-title{
  position: absolute;
  left: -20px;
  font-size: 25px;
  font-weight: 300;
  background: #fff;
  color: #000;
  padding: 15px;
  border: 2px solid;
}

.mfp-container .mfp-arrow-left,.mfp-container .mfp-arrow-right{
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #fff !important;
  opacity: 1 !important;
  border: 1px solid;
}
.mfp-container .mfp-arrow-left{
  left: 10px;
}
.mfp-container .mfp-arrow-right{
  right: 10px;
}
.mfp-arrow-right:after,.mfp-arrow-left::after{
  display: none !important;
}
.mfp-arrow-left::before{
  content: '\f053' !important;
}
.mfp-arrow-right::before{
  content: '\f054' !important;
}
.mfp-arrow-right::before,.mfp-arrow-left::before{
  font-family: 'FontAwesome';
  color: #000 !important;
  opacity: 1 !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0px !important;
  border: none !important;
}
.mfp-figure button.mfp-close{
  position: absolute;
  padding: 20px;
  color: #000;
  background: #fff;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  right: -30px;
  top: 10px;
  border: 1px solid;
  cursor: pointer !important;
}