/************************* 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 {
	background: #000;
	font-family: "Font-Nova", serif;
	color: #fdd57f;
}
a, .soza {
	text-decoration: none;
	color: #fff0d1;
}
#header {
	width: 100%;
	height: 108px;
	z-index: 10;
	position: fixed;
}
.pg {
	position: relative !important;
}
#canvas {
	display: none;
	width: 100%;
	height: 54px;
	z-index: 6;
	transform: translateY(0);
}
#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: 168px;
	height: 96px;
}
#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;
	text-align: center;
	box-sizing: border-box;
}
.box {
	background: #fff;
	min-height: 600px;
}
#baraza {
	display: none;
	width: 50%;
	height: 70px;
	position: fixed;
	bottom: 6px;
	left: 25%;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
}
.bg-danger, .bg-success, .bg-info {
	padding: 6px;
	margin-bottom: 12px;
}
.bg-danger {
	background: #da4167;
}
.bg-success, .bg-info {
	background: #04724d;
}
.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 {
	display: block;
	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;
}
#navbar {
	display: none;
}
/**************** content ************/
#header .board {
	display: flex;
	justify-content: center;
	align-items: center;
}
.slider-item {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.slide-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	clip-path: inset(0 100% 0 0);
	transition: clip-path 1.2s cubic-bezier(0.76, 0, 0.24, 1);
	will-change: clip-path;
	z-index: 1;
}
.slide-bg.active {
	clip-path: inset(0 0% 0 0);
	z-index: 2;
}
.slide-bg.prev {
	clip-path: inset(0 0% 0 0);
	transition: none;
	z-index: 1;
}
.container {
	z-index: 2;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 20px;
}
.content-inner {
	max-width: 800px;
	opacity: 0;
	animation: fadeInUp 1s ease forwards 0.5s;
}
.overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
	z-index: 3;
	pointer-events: none;
}
.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: #f8b726;
	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;
}
.progress {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	background: rgba(255,255,255,0.85);
	width: 0%;
	z-index: 4;
}
.slider-indicators {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 4;
}
.indicator {
width: 12px;
height: 12px;
border-radius: 50%;
background: rgba(255,255,255,0.5);
cursor: pointer;
transition: all 0.3s ease;
}
.indicator.active {
	background: #fff;
	transform: scale(1.2);
}
#about {
	margin: 120px 0;
}
.about_wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 48px;
}
.about_left, .about_right {
	flex: 1;
	min-width: 300px;
}
.about_image-box {
	padding-right: 50px;
}
.about_image-main img {
    width: 100%;
    border-radius: 10px;
    display: block;
}
.about_image-small {
	position: absolute;
	bottom: -30px;
	right: 0;
	border: 10px solid #e3be3d;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	width: 200px;
}
.about_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_text {
	padding-right: 50px;
	line-height: 1.5;
	margin-bottom: 15px;
}
#hotel, #win, .feature-section {
	width: 100%;
	margin: 72px 0;
	box-sizing: border-box;
	overflow: hidden;
}
#hotel img, #win img {
	width: 100%;
}
#hotel ul, #win ul {
	list-style: none;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 45px 0;
}
#hotel ul::before  {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 75%;
	height: 100%;
	background-color: #e3be3d;
	z-index: -1;
	box-sizing: border-box;
}
#hotel li {
	opacity: 0;
	transform: scale(0.85);
	transition: opacity 0.9s ease, transform 0.9s ease;
}
#hotel li.zoomIn {
	opacity: 1;
	transform: scale(1);
}
#hotel li:first-child, #win li:last-child {
	padding: 0 24px;
	text-align: center;
}
#hotel li:first-child {
	width: 45%;
	height: 100%;
	color: #000;
	transition-delay: 0.3s;
}
#hotel li:last-child {
	padding-top: 3px;
	width: 51%;
}
#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%;
}
#win li:first-child {
	transform: translateX(-60px);
	opacity: 0;
	transition: transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.9s ease;
}
#win li:last-child {
	transform: translateX(60px);
	opacity: 0;
	transition: transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) 0.2s, opacity 0.9s ease 0.2s;
}
#win li.is-visible {
	transform: translateX(0);
	opacity: 1;
}
.feature-section {
	padding: 2rem 1rem;
}
.feature-title {
	text-align: center;
	margin-bottom: 3.5rem;
}
.feature-title p {
	color: var(--text-muted);
	max-width: 620px;
	margin: 0 auto;
	font-size: 1.1rem;
}
.feature-title::after {
	content: '';
	display: block;
	width: 90px;
	height: 5px;
	background: var(--primary);
	margin: 1.2rem auto;
	border-radius: 3px;
}
.feature-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.8rem 2rem;
	padding: 0 1rem;
}
.feature-grid {
	grid-template-columns: repeat(4, 1fr);
}
.feature-card {
	background-color: var(--card-bg);
	border-radius: 12px;
	padding: 2rem 1.6rem;
	text-align: center;
	transition: 
	transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
	opacity   0.7s ease,
	box-shadow 0.5s ease;
	border: 1px solid rgba(255,255,255,0.06);
	position: relative;
	overflow: hidden;
	/* Initial state before animation */
	opacity: 0;
	transform: translateY(50px) scale(0.97);
}
.feature-card.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}
.feature-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: var(--primary);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}
.feature-card:hover {
	transform: translateY(-12px) scale(1.025);
	box-shadow: 0 18px 40px rgba(0,0,0,0.45);
}
.feature-card:hover::before {
	transform: scaleX(1);
}
.icon-container {
	width: 80px;
	height: 80px;
	margin: 0 auto 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.06);
	border-radius: 50%;
	transition: all 0.4s ease;
}
.feature-card:hover .icon-container {
	background: var(--primary);
	transform: scale(1.15);
}
.icon-container svg {
	width: 42px;
	height: 42px;
	fill: var(--text-light);
}
.box-title {
	font-size: 1.35rem;
	font-weight: 600;
	margin-bottom: 0.9rem;
	color: var(--text-light);
}
.box-text {
	color: var(--text-muted);
	font-size: 0.98rem;
	line-height: 1.65;
}
.highlight {
	 color: var(--primary);
}
.w-login {
	padding-top: 48px;
	margin-left: auto;
	margin-right: auto;
	width: 48%;
}
#kurasa {
	padding-bottom: 24px;
}
#rip {
	height: 60px;
	padding: 6px 0;
}
#vista {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	color: #fff0d1;
}
.vimg, .vcell{
	min-height: 300px;
	width: 50%;
}
.vimg img {
	max-width: 100%;
	height: auto;
	left: 0;
}
.vimg {
	text-align: left;
}
.vrow {
	display: flex;
	height: 300px;
	overflow: hidden;
	margin-bottom: 48px;
	background:
	radial-gradient(ellipse at 50% 0%, rgba(201, 162, 39, 0.04) 0%, transparent 60%),
	var(--bg);
	clip-path: inset(100% 0% 0% 100%);
	transition: clip-path 1.4s cubic-bezier(0.3, 0, 0.1, 1);
	border: 1px solid var(--border);
}
.vrow.reveal {
	clip-path: inset(0% 0% 0% 0%);
}
.vcell h2 {
	font-family: "Font-Mono", serif;
}
.vcell h2, .vcell .txt {
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 24px;
}
.vcell .txt {
	height: 66px;
	overflow: hidden;
}
.vimg::after {
	content: '';
	position: absolute;
	top: 0; right: 0;
	width: 3px;
	height: 100%;
	background: linear-gradient(180deg, transparent, var(--accent), transparent);
}
.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(0,0,0,1) 7%, rgba(0,0,0,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: 12px;
	right: 12px;
	z-index: 6;
	border-radius: 50%;
	animation: pulse 2s infinite;
}
/************************** News gallery ******************/
/* Container */
.gallery-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
/* Hero Section (Arrows + Image) */
.hero-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}
/* Minimal Arrows */
.nav-arrow {
    background: transparent;
    border: none;
    font-size: 32px;
    color: #fdd57f;
    cursor: pointer;
    padding: 10px;
    transition: transform 0.2s ease;
}
.nav-arrow:hover { transform: scale(1.1); }
/* Main Image Wrapper */
.main-image-wrapper {
    position: relative;
    flex-grow: 1;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 600px;
    border-radius: 12px;
    overflow: hidden;
    background: #f8f9fa;
}
/* "New photo" Badge */
.badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #0f8b44;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    z-index: 10;
}
/* Main Images */
.main-images {
    width: 100%;
    height: 100%;
    position: relative;
}
/* Target your dynamic <frm> tags */
.main-images frm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
    display: block; /* Ensures custom tag behaves like a div */
}
/* Ensure images fill the wrapper cleanly */
.main-images frm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* JS Active Class for Main Image */
.main-images frm.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
/* Floating Text Counter */
.gallery-counter {
    text-align: center;
    font-size: 18px;
    color: #111;
    margin-bottom: 20px;
}
/* Thumbnails Wrapper */
.thumbnails-wrapper {
    display: flex;
    gap: 12px;
    justify-content: center;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 10px;
    -ms-overflow-style: none;  
    scrollbar-width: none;  
}
.thumbnails-wrapper::-webkit-scrollbar { display: none; }
/* Thumbnail Labels */
.thumb-label {
    flex-shrink: 0;
    cursor: pointer;
    border-radius: 4px;
}
.thumb-label img {
    width: 100px; 
    height: 70px;
    object-fit: cover;
    border: 2px solid transparent;
    border-radius: 4px;
    opacity: 0.5; 
    transition: all 0.2s ease;
}
.thumb-label:hover img { opacity: 0.8; }
/* JS Active Class for Thumbnail Highlight */
.thumb-label.active img {
    border-color: #0d6efd; 
    opacity: 1; 
}
/* Responsive */
@media (max-width: 768px) {
    .nav-arrow { font-size: 24px; padding: 5px; }
    .thumb-label img { width: 80px; height: 56px; }
    .thumbnails-wrapper { justify-content: flex-start; }
}
/************************* 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%;
	color: #fff0d1;
	background: #000;
}
.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: #000;
	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;
}
.input-opt input {
	background: #000;
	color: #fff0d1;
}
/**************** 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, .btn {
	color: #fff;
	width: 112px;
	top: 24px;
	outline: none;
	font-size: 14px;
	display: block; 
	margin-left: 12px;
	margin-bottom: 12px;
	text-align: center;
	padding: 12px 16px;
	border: thin solid #c9a227;
	transition: background 0.3s ease, color 0.3s ease;
	border-radius: 4px;
}
.soza:hover, .soza a:hover, .btn:hover{
	background: #c9a227;
	color: #000;
}
.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-pword {
	margin-left: auto;
}
.btn-login {
	width: 200px;
}
.btn-login:hover, .btn-shop:hover {
	background: #e3bf41;
	color: #4a4a4a;
}
.btn-book {
	width: 120px;
	height: 48px;
	margin-left: 40%;
	color: #fff;
}
.blk {
	background: #000;
}
/************************************** 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: 160px;
	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);
	}
}
@keyframes pulse {
  0% { 
	box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); 
  }
  70% { 
	box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); 
  }
  100% { 
	box-shadow: 0 0 0 0 rgba(37, 211, 102, 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 li:last-child {
		padding: 0 36px;
	}
	#hotel .txt {
		padding: 0 24px;
	}
	#hotel ul::before  {
		width: 100%;
	}
	.feature-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.vimg, .vcell{
		width: 100%;
		min-height: auto;
	}
	.vimg {
		height: 400px;
	}
	.vcell{
		height: 236px;
	}
	.vimg img {
		display: absolute;
		top: 0;
		width: 100%;
	}
	.vrow {
		height: auto;
		flex-direction: column;
	}
	.vcell::after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;      /* full width */
		height: 3px;      /* thickness */
		background: linear-gradient(90deg, transparent, var(--accent), transparent);
	}
	.vimg::after {
		display: none;
	}
}
@media (max-width: 768px) {
	#title h1 {
		font-size: 24px;
	}
	.hd1 {
		text-align: center;
	}
	#header {
		height: 54px;
	}
	#canvas {
		position: fixed;
		height: auto;
		padding-top: 54px;
		transform: translateY(-300px);
		background: #000;
		z-index: 5;
	}
	#foot ul {
		grid-template-columns: repeat(2, 1fr);
	}
	.pad {
		width: 100%;
	}
	#logo {
		background-position: 0 -96px;
		width: 216px;
		height: 54px;
		margin-left: 0;
	}
	#menu {
		display: none;
	}
	.nav {
		display: flex;
		flex-direction: column;
		margin-top: 0;
	}
	.nav li a {
		color: #fdd57f;
	}
	.nav li a:hover {
		color: #606060;
	}
	.more-menu {
		display: none;
	}
	#navbar {
		display: block;
		background-position: -360px 0;
		width: 32px;
		height: 24px;
		right: 16px;
		cursor: pointer;
		margin-left: auto; 
	}
	.about_text {
		padding-right: 6px;
	}
	.about_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;
	}
	.feature-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.vimg {
		height: 200px;
	}
	.w-login {
		width: 94%;
		padding-top: 12px;
	}
	#log-content {
		background: rgb(0, 0, 0);
	}
	.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;
	}
	.gallery-container {
		max-width: 100%;
	}
}
@media (max-width: 480px){
	#foot ul {
		grid-template-columns: repeat(1, 1fr);
	}
	#wins li {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 6px;
	}
	.feature-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.vimg {
		height: 180px;
	}
}
/******************* dark mode  **************************************/
@media (prefers-color-scheme: dark) {
	body {
		background: #1d1d1d;
		color: #fff;
	}
	#canvas {
		/*background: #0f2510;*/
	}
}
/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
	.slide-bg { transition: none !important; clip-path: inset(0) !important; }
}
:root {
	--bg: #1b1713;
	--fg: #f5f0e8;
	--muted: #7a7568;
	--accent: #c9a227;
	--card: #1a1714;
	--border: #2e2a24;	
	--primary: #d35400;
      --dark-bg: #000000;
      --card-bg: #111111;
      --text-light: #ffffff;
      --text-muted: #aaaaaa;
}