#page-home {
	overflow-x: hidden;
}

.slider-show__figure {
	position: relative;
	padding-top: calc((600 / 1440) * 100%);
}

.slider-show__figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.booking-form {
	background: #1e2155;
	border-radius: 6px;
	padding: 20px;
	/* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); */
	transform: translateY(-50%);
	position: relative;
	z-index: 2;
}

.booking-form__row {
	gap: 20px 0;
}

.booking-form__field {
	display: flex;
	flex-direction: column;
	gap: 8px;
	position: relative;
}

.booking-form__label {
	color: #fff3be;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0;
	background: #1e2155;
	transition: all 0.3s ease;
}

.booking-form__input {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 6px;
	padding: 9px 16px;
	height: 42px;
	color: white;
	font-size: 15px;
	outline: none;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select.booking-form__input{
	background-image: url(../images/down-chevron-icon2.png);
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 18px;
}
.booking-form__input~.booking-form__label {
	position: absolute;
	left: 21px;
}

.booking-form__input:not(:focus, .has-value)~.booking-form__label {
	
	top: 10px;
}

.booking-form__input:not(.has-value):not(:focus),
.booking-form__input:not(:focus, .has-value)::placeholder {
	color: transparent;
}

.booking-form__input:focus~.booking-form__label,
.has-value~.booking-form__label {
	top: 0;
	transform: translateY(-50%);
	padding: 0 5px;
	font-size: 12px;
	/* */
}

.booking-form__input::placeholder {
	color: var(--color-text);
}

.booking-form__input.input--date {
	padding-right: 45px;
	background-image: url("../images/icon-date-03.png");
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 20px;
	position: relative;
}
/* input.input--date::-webkit-inner-spin-button,
input.input--date::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
} */
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
	opacity: 0;
}
input.input--date::-webkit-date-and-time-value{
	text-align: left;
}
.booking-form__input.input--number {
	-moz-appearance: textfield;
}

.booking-form__input.input--number::-webkit-outer-spin-button,
.booking-form__input.input--number::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.booking-form__button {
	background: #ede6d9;
	color: #1e2155;
	border: none;
	border-radius: 6px;
	padding: 14px 32px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
	height: 42px;
}

.booking-form__button:hover {
	background: #0f0f1e;
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.booking-form__button:active {
	transform: translateY(-1px);
}

.home-about {
	padding-top: 20px;
	padding-bottom: 40px;
}

.home-about__block {
	gap: 20px 0;
}

.home-about__image {
	position: relative;
	z-index: 1;
	padding-left: 25px;
}

.home-about__image::before {
	content: "";
	position: absolute;
	top: -25px;
	left: 0;
	width: 256px;
	height: 256px;
	background: #9ae0ff;
	z-index: -1;
}

.home-about__ttl {
	margin-bottom: 15px;
}

.home-about__description {
	margin-bottom: 20px;
	text-align: justify;
	color: #000;
}

.home-about__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.home-about__list-item {
	display: grid;
	grid-template-columns: 36px calc(100% - 46px);
	gap: 10px;
	align-items: center;
}

.home-about__list-icon {
	border: 1px solid #1e2155;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
}

.home-about__list-ttl {
	font-size: 20px;
	font-weight: 400;
	color: #1e2155;
}

.service-room {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	gap: 10px;
	position: relative;
	z-index: 2;
	margin-top: 45px;
	margin-left: -56%;
}

.js-slider-service .service-room__item {
	margin: 0 5px;
}


.js-slider-service .slick-list {
	margin: 0 -5px;
}

.service-room__item {
	width: 185px;
}

.service-room__wrap {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 2px;
}

.service-room__wrap:hover .service-room__img img {
	transform: scale(1.09);
}

.service-room__img {
	position: relative;
}

.service-room__img::after {
	content: "";
	display: block;
	padding-top: calc((202 / 177) * 100%);
}

.service-room__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .6s ease;
}

.service-room__img>a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #1d1d2f, transparent);
	transition: all 0.3s ease;
}

.service-room__ct {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 15px;
	color: white;
	transition: all 0.3s ease;
}

.service-room__ttl {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
}

.service-room__ttl>a {
	color: #fff;
}

.service-room__ttl:hover {
	font-weight: 700;
}

.rooms-slider>.slick-list {
	margin: 0 -10px;
}

.rooms-slider .js-slider__item {
	padding: 0 10px;
}

.home-rooms {
	padding-bottom: 30px;
}

.home-rooms__ttl {
	margin-bottom: 30px;
}

.home-review {
	padding: 50px 0;
}

.home-review__ttl {
	margin-bottom: 15px;
}
.home-review__desc{
	margin-bottom: 30px;
	text-align: center;
	color: #333;
	max-width: 55%;
	line-height: 1.4;
	margin: auto;
	padding-bottom: 30px;
}

.review-slider>.slick-list {
	margin: 0 -15px;
}

.review-slider .js-slider__item {
	padding: 0 15px;
	transition: all .3s ease;
}



.review-card {
	background: none;
	border-radius: 10px;
	padding: 20px 20px 40px;
	margin-bottom: 30px;
	position: relative;
	border: dashed 1px #1e2155;
}

.review-card__header {
	display: grid;
	grid-template-columns: 44px calc(100% - 54px);
	gap: 10px;
	margin-bottom: 15px;
}

.review-card__avatar {
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	width: 44px;
	height: 44px;
	border: 1px solid white;
}

.review-card__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.review-card__info {
	color: black;
}

.review-card__name {
	font-size: 16px;
	font-weight: 500;
	color: #1e2155;
}

.review-card__location {
	font-size: 13px;
}

.review-card__rating {
	font-size: 14px;
	color: #ffc800;
}

.review-card__content {
	font-size: 14px;
	color: #333;
	line-height: 1.5;
}

.review-card__quote {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 44px;
	height: 44px;
	background: #ede6d9;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: white;
	transform: translate(-50%, 50%);
	transition: all .3s ease;
}

.review-card__quote::before {
	content: "";
	width: 25px;
	height: 18px;
	mask-image: url(../images/icon-quote.png);
	mask-repeat: no-repeat;
	mask-size: 25px;
	mask-position: center;
	background: #1e2155;
	transition: all .3s ease;
}

.home-blog {
	padding: 50px 0;
}

.home-blog__ttl {
	margin-bottom: 30px;
}

.news-slider>.slick-list {
	margin: 0 -10px;
}

.news-slider .js-slider__item {
	padding: 0 10px;
}

.home-gallery {
	padding: 10px 0 0;
}

.home-gallery>.ctnr {
	max-width: 1400px;
}

.gallery-column {
	--gutter: 1px;
	gap: 2px 0;
}

.gallery-column__img {
	line-height: 0;
	display: block;
	padding-top: calc((370 / 340) * 100%);
}

.gallery-column__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .6s ease;
}

.gallery-column__img:hover img {
	transform: scale(1.05);
}
.popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	justify-content: center;
	align-items: center;
	z-index: 99;
	padding: 0 20px;
	overflow-y: auto;
}
.popup-overlay.is-open{
	display: flex;
}
.popup-form {
	background: white;
	padding: 30px;
	border-radius: 8px;
	max-width: 530px;
	width: 90%;
	position: relative;
}
.popup-form h2 {
	margin-bottom: 20px;
	text-align: center;
	color: var(--color-main2);
}

.popup-form button {
	width: 100%;
	padding: 12px;
	background: #b07f23;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	margin-top: 15px;
}
.popup-form .close-btn {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 20px;
	cursor: pointer;
	color: var(--color-main2);
}
.popup-form .row-group {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 0px 10px;
   align-items: end;
}


.popup-overlay .box-form-popup-member {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 9px;
	max-width: 1100px;
    margin: 0 auto;
}
.popup-form .booking-form__label{
	color: #0a0912;
	background: white;
}
.popup-form .booking-form__input{
	color: #0a0912;
	border: 1px solid #00000069;
}
.popup-form .row{
	gap: 15px 0;
}
.popup-form .booking-form__input::placeholder{
	color: #0a0912;
}
.popup-form .booking-form__input:not(:focus, .has-value)::placeholder{
	opacity: 0;
}
.popup-form .booking-form__label + .booking-form__input{
	opacity: 1;
}
.popup-form .booking-form__label + .booking-form__input:not(.has-value):not(:focus), 
.popup-form .booking-form__label +  .booking-form__input:not(:focus, .has-value)::placeholder{
    color: #00000096;
}
.popup-form .booking-form__label + .booking-form__input::placeholder{
	color: #0a0912 !important;
	opacity: .6;
}

.popup-form .required{
	color: #b07f23;
}
.popup-form .input--date{
	background-image: url(../images/icon-date02.png);
}

@media (min-width: 992px) {
	.review-slider .slick-slide {
		margin-top: 55px;
	}

	.review-slider .slick-current+.slick-slide {
		margin-top: 0;
	}

	.review-slider .slick-current+.slick-slide .review-card__quote {
		background: #1e2155;
	}

	.review-slider .slick-current+.slick-slide .review-card__quote::before {
		background-color: white;
	}
	.js-slider-service .slick-track {
		/* width: max-content !important; */
	}
	.service-room{
		max-height: 215px;
	}
}

@media (max-width: 1200px) {
	.service-room {
	}
}

@media (max-width: 992px) {
	.popup-form {
		width: 100%;
		padding: 30px 15px;
	}
	
	.popup-form h2 {
		margin-bottom: 20px !important;
	}
	
	.image-avartar-form {
		display: none;
	}
	.service-room {
		margin-top: 25px;
		margin-left: 0;
	}

	.home-booking {
		height: 120px;
	}

	.home-about {
		padding: 30px 0;
	}

	.slider-show__figure {
		padding-top: calc((900 / 1440) * 100%);
	}

	.review-slider .slick-dots {
		bottom: -20px;
	}

	.home-review {
		padding: 40px 0 20px;
	}

	.home-review__ttl {
		margin-bottom: 15px;
	}

	.home-blog {
		padding: 30px 0 50px;
	}

	.home-blog__ttl {
		margin-bottom: 20px;
	}

	.home-rooms__ttl {
		margin-bottom: 15px;
	}

	.booking-form__input {

		padding: 7px;
		font-size: 14px;
	}

	.booking-form__input.input--date {
		background-position: right 8px center;
		background-size: 16px;
		padding-right: 30px;
	}
	.popup-overlay.is-open{
		display: block;
		padding: 20px;
	}
}

@media (max-width: 767px) {
	.home-about {
		padding: 15px 0 30px;
	}

	.home-about__image {
		padding-left: 15px;
	}

	.home-about__image::before {
		top: -15px;
	}

	.booking-form__row {
		gap: 10px 0;
	}

	.home-about__list-ttl {
		font-size: 14px;
	}

	.home-about__list-item {
		grid-template-columns: 30px calc(100% - 40px);
	}

	.home-about__list-icon {
		width: 30px;
		height: 30px;
	}
	.slider-show__figure {
		padding-top: calc((1500 / 1440) * 100%);
	}
	.service-room__item {
		width: calc(50vw - 10px);
	}
}