/************************* font ***************************/
#title h1 {
	font-family: "Font-Card", serif;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 18px;
}
#title a {
	color: #606060;
}
#title h1, .text-center {
	text-align: center;
}
.hd1 {
	font-weight: bold;
}
/******************* main layer *********************/
*{
	margin: 0;
	padding: 0;
	outline: none;
	position: relative;
}
body {
	font-family: "Font-Nova", serif;
	color: #606060;
}
a, .soza {
	text-decoration: none;
}
#header {
	height: 108px;
	z-index: 5;
}
#canvas {
	background: #1c2f36;
	width: 100%;
	height: 54px;
	z-index: 6;
	transform: translateY(0);
}
#content {
	border-top: 1px solid #D8D8D8;
}
#foot {
	background: #1c2f36;
	background-repeat: no-repeat;
	background-image: url('../images/footer.webp');
	min-height: 210px;
	padding: 12px;
	color: #fdd57f;
}
#foot a {
	color: #eaba76;
}
#foot ul {
	
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	text-transform: uppercase;
	list-style: none;
	padding: 24px 0;
}
.board {
	width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
#content .board img {
	max-width: 100%;
	border: 0;
}
.bimg, .icon {
	display: block;
	background-repeat: no-repeat;
	background-image: url('../images/main.svg');
}
#logo {
	background-position: 0 0;
	width: 192px;
	height: 96px;
	margin-left: auto;
	margin-right: auto;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(28, 47, 54, 0.3); /* Darkens image by 40% */
	z-index: 1;
}
#overlay {
	display: none;
	background-color: rgba(0,0,0,0.5); 
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0; 
	overflow: hidden;
	z-index: 4;
}
.pad {
	width: 88%;
	padding: 24px;
	margin: 6px auto;
}
.box {
	background: #fff;
	min-height: 600px;
}
.bg-danger, .bg-success, .bg-info {
	padding: 6px;
	margin-bottom: 12px;
}
.loading {
	background: url(../images/wait.gif) no-repeat 1px; 
	height: 45px; 
	width: 45px; 
	display: none;
	margin-top: 25%;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
}
.loader {
	background: #8ea106 url(../images/spinner.gif) no-repeat center center; 
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;	
}
.selected {
	background: #F4F2E5;
}
.alert i {
	float: left;
	padding: 8px;
}
.img-circle {
	-webkit-border-radius: 24px;
	border-radius: 24px;
}
/*********************** menu ******************************/
#menu {
	text-align: center;
}
.nav {
	margin-top: 8px;
	list-style: none;
	display: inline-flex;
	align-items: center;
}
.nav li {
	white-space: nowrap;
}
.nav li a {
	font-family: "Font-Card", serif;
	display: block;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 12px;
	padding: 12px 12px;
	color: #fdd57f;
}
.nav li a:hover {
	background: #e3bf41;
	-webkit-border-radius: 9px; 
	border-radius: 9px;
	color: #fff;
}
.more-menu .dropdown {
	position: absolute;
	list-style: none;
	display: none;
	top: 100%;
	-webkit-border-radius: 9px; 
	border-radius: 9px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	z-index: 10;
}
.more-menu:hover .dropdown {
	display: block;
	background: #4a684a;
}
.more-menu .dropdown li {
	float: none;
}
.navs span{
	float: left;
	width: 22%;
	height: 32px;
	margin-left: 4%;
	display: block;
}
.navs span:first-child {
	margin-left: 0;
}
#navbar {
	display: none;
}
/**************** content ************/
.container {
	z-index: 3;
	width: 100%;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	text-align: center; /* Center align text like the reference */
}
.main-slider-three {
	width: 100%;
	height: 100vh; /* Full viewport height */
	min-height: 700px;
	overflow: hidden;
}
.slider-item {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #fd671d;
}
.image-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	animation: zoomEffect 20s infinite alternate; /* Optional: Add a slight zoom animation like many sliders have */
}
.overlay-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(28, 47, 54, 0.3); /* Darkens image by 40% */
	z-index: 1;
}
.content-inner {
	opacity: 0;
	animation: fadeInUp 1s ease forwards 0.5s;
}
.sub-title {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fd671d; /* Gold accent color */
	font-weight: 600;
	margin-bottom: 20px;
	background: rgba(255, 255, 255, 0.2);
	padding: 8px 25px;
	border-radius: 30px;
	backdrop-filter: blur(5px);
}
.main-title {
	font-family: 'Gilda Display', serif; /* Elegant serif font */
	font-size: 64px;
	line-height: 1.1;
	color: #fff;
	margin-bottom: 40px;
	font-weight: 400;
}
.theme-btn {
	display: inline-block;
	padding: 15px 40px;
	background: #e3bf41;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.3s ease;
}
.theme-btn:hover {
	background-color: #ffffff;
	color: #be9874;
}
.about-one {
	padding: 120px 0;
}
.about-one__wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 48px;
}
.about-one__left, .about-one__right {
	flex: 1;
	min-width: 300px;
}
.about-one__image-box {
	padding-right: 50px;
}
.about-one__image-main img {
    width: 100%;
    border-radius: 10px;
    display: block;
}
.about-one__image-small {
	position: absolute;
	bottom: -30px;
	right: 0;
	border: 10px solid #fff;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	width: 200px;
}
.about-one__image-small img {
	width: 100%;
	display: block;
}
.section-title__tagline {
	font-family: "Font-Card", serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 10px;
}
.section-title__title {
	font-family: "Font-Mono", serif;
	font-size: 42px;
	margin-bottom: 25px;
	line-height: 1.2;
}
.about-one__text {
	padding-right: 50px;
	line-height: 1.5;
	margin-bottom: 15px;
}
#hotel, #win {
	width: 100%;
	margin: 32px 0;
}
#hotel img, #win img {
	width: 100%;
}
#hotel ul, #win ul {
	list-style: none;
	display: flex;
	align-items: center;
}
#hotel ul {
	background: #1c2f36;
	box-sizing: border-box;
}
#hotel li:first-child, #win li:last-child {
	padding: 0 24px;
	text-align: center;
}
#hotel li:first-child {
	width: 35%;
	color: #fdd57f;
}
#hotel li:last-child {
	width: 65%;
}
#hotel #head img {
	width: auto!important;
}
#hotel .txt, #win .txt {
	box-sizing: border-box;
	margin-bottom: 24px;
	height: 90px;
	overflow: hidden;
}
#win ul {
	padding: 24px;
}
#win li {
	width: 50%;
}
.w-login {
	padding-top: 48px;
	margin-left: auto;
	margin-right: auto;
	width: 48%;
}
#kurasa {
	padding-bottom: 24px;
}
#rip {
	background: #fff;
	height: 60px;
	padding: 6px 0;
}
 #vista {
	width: 90%;
	height: 480px;
	margin-left: auto;
	margin-right: auto;
}
.vimg, .vcell{
	float: left;
	min-height: 300px;
	width: 50%;
}
.vimg img {
	height: 100%;
	left: 0;
}
.vimg {
	text-align: left;
}
.vrow {
	background: #f5f5f5;
	overflow: hidden;
	margin-bottom: 48px;
}
.vcell .txt {
	padding-left: 6px;
	padding-right: 12px;
	height: 60px;
	text-align: center;
	overflow: hidden;
}
.bull {
	list-style: none;
}
.bull li {
	clear: both;
	width: 100%;
}
.bull li .txt {
	overflow: hidden;
	height: 48px;
	line-height: 22px;
	vertical-align: text-bottom;
}
.bull li .tip{
	font-size: 12px;
}
.bull li a{
	outline: none;
	color: #606060;
    height: 210px;
	padding-top: 12px;
	margin-bottom: 12px;
	background: #fff;
	display: block;
}
.bull li:hover {
	-webkit-box-shadow: 0 1px 4px #bbbbbb;
	box-shadow: 0 1px 4px #bbbbbb;
}
#googleMap1 {
	width: 100%;
	height: 480px;
	overflow:hidden;
}
#Mvi {
	height: 315px;
	width: 560px;
}
#lik{
	margin-top: 24px;
	padding-top: 12px;
	border-top: 1px solid #DCD8D8;
}
#log-content {
	background: rgb(223,188,94);
	background: linear-gradient(90deg, rgba(223,188,94,1) 0%, rgba(255,255,255,1) 7%, rgba(255,255,255,1) 93%, rgba(223,188,94,1) 100%);
	height: 100vh;
}
.hl-text {
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 16px;
	color: #ccc;
	margin-bottom: 24px;
	margin-top: 24px;
}
.hl-text::before,
.hl-text::after {
	content: "";
	flex: 1;
	border-bottom: 2px solid #ccc;
	margin: 0 10px;
}
.bform-pair, .bform-rd, .bform-th, .bform-dt {
	display: grid;
	gap: 20px; 
	/*padding-bottom: 24px;*/
}
.bform-pair {
	grid-template-columns: repeat(2, 1fr);
}
.bform-pair, .bform-rd, .bform-th, .bform-dt {
	list-style: none;
}
.bform-rd {
	grid-template-columns: 1fr 1fr 1fr;
}
.bform-th {
	grid-template-columns: 2fr 1fr 1fr 1fr;
}
.bform-dt {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.slack{
	position: fixed;
	padding-top: 3px;
	padding-left: 3px;
	width: 75px;
	height: 75px;
	bottom: 32px;
	right: 24px;
	z-index: 6;
}
/************************* carousel ******************/
/********************************** modal *************************************/
/********************* form *************************/
.info {
	background: transparent;
	border: none;
	box-shadow: none ;
	-webkit-box-shadow: none ;
	-moz-transition: none;
	-webkit-transition: none;
}
.field {
	padding: 8px 6px;
	width: 98%;
}
.input-group {
	padding: 9px 12px 6px 6px;
	margin-top: 21px;
	margin-bottom: 4px;
	border: thin solid #4a4a4a;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.input-label {
	position: absolute;
	top: 12px;
	left: 8px;
	pointer-events: none;
	padding-left: 3px;
	padding-right: 4px;
	transition: transform 300ms ease-in;
	z-index: 1;
}
.move-down {
	background-color: transparent;
	transform: translateY(0);
}
.move-up {
	background-color: #fff;
	transform: translateY(-27px);
}
.add-border {
	outline: 1px solid #4a4a4a;
}
#book .move-up {
	background-color: #162c3b;
}
.field-group, .input-chk {
	margin-top: 21px;
	margin-bottom: 4px;
	border: thin solid #4a4a4a;
	outline: 1px solid #4a4a4a;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.field-group {
	padding: 6px 12px 8px 6px;
}
.input-chk {
	padding: 12px 12px 10px 12px;
}
.input-opt {
	display: flex;
}
/**************** gallery ******************/
.contimg {
	background: transparent;
	width: 160px;
	height: 120px;
	margin-bottom: 3px;
	margin-right: 8px;
	float: left;
	display: block;
	overflow: hidden;	
}
.contimg img {
	width: 100%;
	border: 0;
}
.cropped {
	 background: url('../images/wait.gif') center center no-repeat;
     position: absolute;
     margin: auto;
     top: 0;
     left: 0;
     /*right: 0;*/
	 bottom: 0;
}
/*************************** button ******************************/
.soza, .soza a {
	color: #fff;
	width: 112px;
	top: 24px;
	outline: none;
	font-size: 14px;
	display: block; 
	background: #000;
	margin-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 12px 16px;
	border-radius: 4px;
}
.soza:hover, .soza a:hover{
	background: #006600;
	color: #fff;
}
.srch {
	background: #a2cd5a;
	width: 90px;
	height: 24px;
	-webkit-border-radius: 20px; 
	border-radius: 20px;
	display: block;
	font-size: 12px;
	text-align: center;
	padding-top: 2px;
}
.rave{
	font-size: 12px;
	color: #698b69;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 3px 0;
}
.btn-group {
	display: flex;
	align-items: center;
	gap: 18px;
}
.btn {
	display: block;
	background: #1c2f36;
	padding-top: 8px;
	padding-bottom: 12px;
	-webkit-border-radius: 24px; 
	border-radius: 24px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	cursor: pointer;
}
.btn-pword {
	margin-left: auto;
}
.btn-login {
	width: 200px;
}
.btn-login:hover, .btn-shop:hover {
	background: #e3bf41;
	color: #4a4a4a;
}
.btn-book {
	
	width: 120px;
	height: 48px;
	background: #162c3b;
	padding: 6px 12px;
	margin-left: 42%;
	color: #fff;
}
/************************************** Player ************************************/
/*************************** icon *******************************/
.icon-lg {
	width: 32px !important;
	height: 30px !important;
}
.icon-sm {
	width: 24px !important;
	height: 24px !important;
}
.arrow-eye {
	position: absolute;
	right:12px;
	cursor: pointer;
	top: 12px;
	z-index: 1;
}
.eye-off {
	background-position: -312px -24px;
}
.eye-on {
	background-position: -312px 0;
}
.icon-login {
	background-position: 0 0;
	width: 192px;
	height: 96px;
	float: none!important;
	margin-left: auto;
	margin-right: auto;
}
.icon-warn {
	width: 60px;
	height: 60px;
	display: block;
	float: left;
	background-position: 0 0;
}
.icon-down {
}
.icon-arrow {
	background-position: -16px -0px;
	margin-top: 6px;
}
.icon-fb {
	float: none;
	margin-left: auto;
	margin-right: auto;
	background-position: -192px -0px;
}
.icon-tw {
	background-position: -216px -0px;
}
.icon-insta {
	background-position: -240px -0px;
}
.icon-seo {
	background-position: -24px -48px;
}
.icon-map {
	width: 26px;
	background-position: -24px -0px
}
.icon-clock {
	width: 26px;
	background-position: -48px -0px
}
.icon-close {
	width: 18px;
	height: 16px;
	display: block;
	background: #000;
	position: absolute;
	top: 3px;
	right: 0;
	z-index: 100;
}
.icon-player {
	background-position: -168px -72px;
}
.icon-car {
	float: none;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-size: 240px 180px;
	background-position: -120px -12px;
}
.icon-wf {
	float: none;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-size: 240px 180px;
	background-position: -120px -36px;
}
.icon-bottle {
	float: none;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-size: 240px 180px;
	background-position: -120px -60px;
}
.icon-office {
	float: none;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-size: 240px 180px;
	background-position: -120px -84px;
}
.icon-msg {
	width: 72px;
	height: 72px;
	background-position: -312px -48px
}
/*********************************** mouse effect  **********************/
.mouse-cursor {
	position: fixed;
	left: 0;
	top: 0;
	pointer-events: none;
	border-radius: 50%;
	transform: translateZ(0);
	visibility: hidden;
	transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
}
.cursor-inner {
	margin-left: -3px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	z-index: 10000001;
	background-color: #f7a500;
}
.cursor-outer {
	margin-left: -15px;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	border: 2px solid #f7a500;
	z-index: 10000000;
	box-sizing: border-box;
	transition: all .08s ease-out;
}
.cursor-inner.cursor-hover,
.cursor-outer.cursor-hover {
	opacity: 0.3;
	transform: scale(1.5);
}
/******************************** import font ******************************/
@font-face {
font-family: 'Font-Card';
	src: url("font/HelveticaNeue.eot");
	src: url("font/HelveticaNeue.eot?#iefix") format("embedded-opentype"),
		url("font/HelveticaNeue.ttf") format("truetype");
}
@font-face {
font-family: 'Font-Nova';
	src: url("font/25CB92_2_0.eot");
	src: url("font/25CB92_2_0.eot?#iefix") format("embedded-opentype"),
		url("font/25CB92_2_0.ttf") format("truetype");
}
@font-face {
font-family: 'Font-Mono';
	src: url("font/EBGaramond-Italic.eot");
	src: url("font/EBGaramond-Italic.eot?#iefix") format("embedded-opentype"),
		url("font/EBGaramond-Italic.ttf") format("truetype");
}
/******************************** Keyframe Animation *****************************/
@keyframes zoomEffect {
	0% { transform: scale(1); }
	100% { transform: scale(1.1); }
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/********************** responsive  *****************************/
@media (max-width: 1600px) {
	.board {
		width: 100%;
	}
}
@media (max-width: 1200px) {
}
@media (max-width: 993px) {
	#hotel ul {
		flex-direction: column;
	}
	#hotel li:first-child, #hotel li:last-child {
		box-sizing: border-box;
		width: 100%;
	}
	#hotel li:first-child {
		padding: 32px 24px;
	}
	#hotel .txt {
		padding: 0 24px;
	}
}
@media (max-width: 768px) {
	#title h1 {
		font-size: 24px;
	}
	.hd1 {
		text-align: center;
	}
	#header {
		background: #fff;
		height: 54px;
		z-index: 5;
	}
	#canvas {
		position: fixed;
		height: auto;
		padding-top: 0;
		transform: translateY(-300px);
		background: #fff;
		z-index: 5;
	}
	#content {
		border-top: 1px solid #D8D8D8;
	}
	#foot ul {
		grid-template-columns: repeat(2, 1fr);
	}
	#logo {
		background-position: 0 -96px;
		width: 216px;
		height: 54px;
		margin-left: 0;
	}
	.nav {
		display: flex;
		flex-direction: column;
		margin-top: 0;
	}
	.nav li a {
		color: #000;
	}
	.nav li a:hover {
		background: #fff;
		-webkit-border-radius: 0; 
		border-radius: 0;
		color: #606060;
	}
	#navbar {
		background-position: -360px 0;
		display: block;
		width: 32px;
		height: 24px;
		top: 12px;
		float: right;
		right: 16px;
		cursor: pointer;
	}
	.about-one__text {
		padding-right: 6px;
	}
	.about-one__right {
		text-align: center;
	}
	.section-title__title {
		font-size: 32px;
	}
	.main-title {
		font-size: 42px;
	}
	#win ul {
		flex-direction: column;
	}
	#win li {
		box-sizing: border-box;
		width: 100%;
	}
	#win li:last-child {
		text-align: center;
		padding: 32px 0;
	}
	#win .txt {
		height: 66px;
	}
	.w-login {
		width: 94%;
		padding-top: 12px;
	}
	#log-content {
		background: rgb(255, 255, 255);
	}
	.bform-pair, .bform-rd, .bform-th {
		grid-template-columns: 1fr;
		gap: 0;
		padding-bottom: 8px;
	}
	.btn-group {
		flex-direction: column;
	}
	.btn-pword {
		margin-top: 12px;
		margin-left: 0;
	 }
	 .input-group {
		margin-top: 18px;
	}
}
@media (max-width: 480px){
	#foot ul {
		grid-template-columns: repeat(1, 1fr);
	}
	#wins li {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 6px;
	}
}
/******************* dark mode  **************************************/
@media (prefers-color-scheme: dark) {
	body {
		background: #1d1d1d;
		color: #fff;
	}
	#canvas {
		background: #0f2510;
	}
}