/* section title */
.section_title {
	text-align: center;
}
.section_title .eng {
	font-family: 'Gilda Display', cursive;
	font-size: 36px;
	color: #212121;
	text-transform: uppercase;
	transform: translateY(20px);
	letter-spacing:5px
	
}
.section_title .txt {
	margin-top: 15px;
	font-size: 16px;
	color: #888;
	letter-spacing: -0.025em;
	-ms-word-break: keep-all;
	word-break: keep-all;
	transition-delay: 0.3s;
	transform: translateY(16px);
}
.section_title .btn_txt {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 20px;
	font-family: 'Lato';
	font-size: 14px;
	color: #104046;
	text-transform: capitalize;
	transition: color 0.3s;
}
.section_title .btn_txt:hover {
	color: #d15075;
}
.section_title .btn_txt i {
	margin-right: 10px;
	transition: transform 0.5s ease-out;
}
.section_title .btn_txt:hover i {
	transform: rotate(180deg);
}

/* thumbnails */
.thumbnails {
	position: relative;
	overflow: hidden;
}
.thumbnails .loader {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	transform: scale(1);
	transition: transform 0.35s linear;
}
.thumbnails:hover .loader,
a:hover .thumbnails .loader {
	transform: scale(1.1);
}


/* swiper */
.swiper-button-prev,
.swiper-button-next {
	margin-top: 0;
	width: 41px;
	height: 79px;
	background-size: 100% 100%;
	transition: opacity 0.3s;
	z-index: 20;
}
.swiper-button-prev {
	left: 0;
	background-image: url(http://img.einet.kr/P202206026/responsive/bArrowL.png);
}
.swiper-button-next {
	right: 0;
	background-image: url(http://img.einet.kr/P202206026/responsive/bArrowR.png);
}
.swiper-pagination {
	right: 0; left: 0;
	bottom: 0;
	margin: auto;
}
.swiper-pagination-bullet {
	width: 8px; height: 8px;
	margin: 0 10px;
	background: #e2dad1;
	border-radius: 0;
	opacity: 1;
	transition: background 0.3s;
}
.swiper-pagination-bullet-active {
	background: #104046;
}


.ourPoolvilla {
	font-family: 'Lato';
	font-size: 40px;
	letter-spacing: 0.46em;
	color: #fff;
	text-shadow: 0 2px 8px rgba(3,24,51,0.56);
	text-transform: uppercase;
}

.scrollDown {
	position: absolute;
	right: 0; left: 0;
	width: 65px; height: 65px;
	margin: auto;
	background: url(http://img.einet.kr/P202206026/responsive/scrollDown.png) center center no-repeat;
	z-index: 10;
}
.sloganWrap {
	pointer-events: none;
}



@media ( max-width: 1024px ) {
	.section_title .eng {
		font-size: 25px;
		transform: none;
		opacity: 1;
	}
	.section_title .txt {
		margin-top: 10px;
		font-size: 12px;
		line-height: 16px;
		letter-spacing: -.3px;
		transform: none;
		opacity: 1;
	}
	.section_title .btn_txt {
		margin-top: 10px;
		padding: 5px 10px;
		font-size: 12px;
	}


	/* swiper */
	.swiper-button-prev,
	.swiper-button-next {
		width: 20px;
		height: 38px;
	}
	.swiper-button-prev,
	.swiper-button-next {
		background-size: cover;
	}
	.swiper-pagination-bullet {
		width: 4px; height: 4px;
		margin: 0 5px;
	}

}


@media ( max-width: 767px ) {
	.ourPoolvilla {
		font-size: 13px;
		letter-spacing: 6px;
		color: #fff;
		text-shadow: 0 1px 4px rgba(3,24,51,0.56);
	}
}