#slider-1 .slider-description {
	padding-right: 23em;
}

#slider-1 .weta-icerik-tag {
	font-weight: 700 !important;
}

#slider-1 {
	position: relative;
}

.section-top-bar {
	border-bottom: 1px solid #dee0ea !important;
}

#slider-1 #slide-items-1::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 50px;
	color: rgba(72, 102, 173, 0.1);
	pointer-events: none;
	white-space: nowrap;
	opacity: 0.5;
	z-index: 10;
}

/** button **/

.btn {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	font-weight: 700;
	color: #fff !important;
	border-radius: 5px;
	background-color: var(--site-color) !important;
	text-align: center;
	padding: 11.5px 33px;
	z-index: 1;
	transition: all 500ms ease;
	min-width: 175px;
}

.btn:hover {
	background-color: transparent !important;
}

.btn:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	background: #000;
	z-index: -1;
	border-radius: 5px 0px 0px 5px;
	transition: all 500ms ease;
}

.btn:after {
	position: absolute;
	content: "";
	right: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	background: #000;
	z-index: -1;
	border-radius: 0px 5px 5px 0px;
	transition: all 500ms ease;
}

.btn:hover:before,
.btn:hover:after {
	width: 50%;
}

.swiper-button-next .swiper-button-disabled,
.swiper-button-prev .swiper-button-disabled {
	opacity: 1 !important;
}

.swiper-button-prev {
	left: 50px !important;
	border: 2px solid #fff !important;
	border-radius: 10px !important;
}

.swiper-button-next {
	right: 50px !important;
	border: 2px solid #fff !important;
	border-radius: 10px !important;
}

.swiper-button-next:hover {
	background-color: var(--site-color) !important;
}

.swiper-button-prev:hover {
	background-color: var(--site-color) !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	color: #fff !important;
}

.sliderJs .swiper-button-prev,
.sliderJs .swiper-button-next {
	opacity: 1 !important;
	width: 50px !important;
	height: 50px !important;
}

.pageSliderContent .swiper-button-next::after,
.pageSliderContent .swiper-button-prev::after {
	font-size: 20px !important;
}

.fa-phone:before .fa-envelope::before {
	color: var(--site-color) !important;
}

.gallery-section-1 .custom-col,
.gallery-section-3 .custom-col {
	width: 12.5% !important;
}

.gallery-section-1 .gallery-wrapper,
.gallery-section-3 .gallery-wrapper {
	padding-left: 0.5%;
}

.footer-img img {
	max-width: 70%;
}

#icon-section-1 .fa-500px:before,
#icon-section-2 .fa-500px:before {
	content: "\f5b8" !important;
}

#icon-section-1 .icon-wrapper,
#icon-section-2 .icon-wrapper {
	border-radius: 8px;
	border: 2px solid #eee;
	text-align: center;
	transition: all .4s;
}

#icon-section-1 .icon-wrapper .icon-description *,
#icon-section-2 .icon-wrapper .icon-description * {
	transition: all .4s;
}

#icon-section-1 .icon-wrapper:hover .icon-description *,
#icon-section-2 .icon-wrapper:hover .icon-description * {
	color: #fff !important;
}

#icon-section-1 .icon-wrapper:hover,
#icon-section-2 .icon-wrapper:hover {
	transform: translateY(-10px);
}

.gallery-section-5 .gallery-info,
.gallery-section-6 .gallery-info {
	position: absolute;
	bottom: 5%;
	left: 6%;
	z-index: 2;
	transition: all .4s;
}

.gallery-section-5 .img-wrapper:hover .gallery-info,
.gallery-section-6 .img-wrapper:hover .gallery-info {
	bottom: 7%;
	left: 7%;
}

.gallery-section-5 .img-wrapper::before,
.gallery-section-6 .img-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	width: 95%;
	height: 93%;
	left: 0;
	background: #000;
	opacity: 0.3;
	transition: all .4s;
	z-index: 1;
	margin: 10px;
}

.gallery-section-5 .img-wrapper:hover::before,
.gallery-section-6 .img-:hover::before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background: #000;
	opacity: 0.3;
	transition: all .4s;
	z-index: 1;
	margin: 0px;
}

.gallery-section-5 .gallery-info *,
.gallery-section-6 .gallery-info * {
	color: #fff !important;
}

.gallery-section-5 .img-wrapper img,
.gallery-section-6 .img-wrapper img {
	transition: all .4s;
}

.gallery-section-5 .img-wrapper:hover img,
.gallery-section-6 .img-wrapper:hover img {
	transform: scale(1.1);
}

#parallax-1::after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(161, 203, 56, 1) 0%, rgba(245, 102, 62, 0) 80%);
}

.gallery-section-1 .img-wrapper,
.gallery-section-3 .img-wrapper {
	padding: 10px;
	border: 1px solid #a1c837;
}

.gallery-section-1 .img-wrapper .gallery-info,
.gallery-section-3 .img-wrapper .gallery-info {
	display: none;
}

.textImg .rexa-gorseller img {
	border: 1px solid #a1c837;
	padding: 10px;
}

.gallery-section-4 .img-wrapper,
.gallery-section-5 .img-wrapper {
	border: 1px solid #a1c837;
	padding: 10px;
}

@media (max-width:768px) {
	#slider-1 .slider-description {
		padding-right: 0em !important;
	}

	.icon-section .custom-col {
		width: 100% !important;
	}

	.gallery-section-1 .custom-col,
	.gallery-section-3 .custom-col {
		width: 33.333% !important;
	}

	#parallax-1 {
		max-height: 131px !important;
		height: 131px !important;
		background-size: contain;
		background-attachment: local;
	}

	.gallery-section-5 .img-wrapper::before,
	.gallery-section-6 .img-wrapper::before {
		width: 88%;
		height: 83%;
	}
	.parallax-description *{
		font-size: 14px !important;
	}
	.weta-parallax-tag{
		font-size: 24px !important;
	}
.gallery-section-5 .gallery-info, .gallery-section-6 .gallery-info{
    width: 90% !important;
}
}