@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Mohave:ital,wght@0,300..700;1,300..700&display=swap');


body {
	font-family: "Manrope", sans-serif;
	background: #191919;
	color: #A4A4A8;
	/* overflow-x: hidden; */
}

:root {
	scroll-behavior: inherit;
}

.overflowSection {
	overflow: hidden;
}


:root {
	--Primary: #14509a;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.btn {
	padding: 27px 40px;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	background: #FFFFFF12;
	backdrop-filter: blur(80px);
	color: #FFFFFF;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.btn img {
	margin-left: 10px;
}

.btn:hover {
	color: #FFFFFF;
	background: #503E0E;
}

.btn-gold {
	padding: 14px 20px;
	background: #503E0E;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.btn-gold:hover {
	background: #503E0E;
}


.btn-link {
	cursor: pointer;
	border-radius: 20px;
	justify-content: center;
	align-items: center;
	padding: 0;
	padding-right: 35px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	color: var(--Primary);
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.5077 19.3916C14.1172 19.7821 13.484 19.7821 13.0935 19.3916C12.703 19.0011 12.703 18.3679 13.0935 17.9774L18.0712 12.9996H3.51489C2.96261 12.9996 2.51489 12.5519 2.51489 11.9996C2.51489 11.4473 2.96261 10.9996 3.51489 10.9996H18.0709L13.0935 6.02217C12.703 5.63165 12.703 4.99848 13.0935 4.60796C13.484 4.21743 14.1172 4.21743 14.5077 4.60796L21.1772 11.2775C21.3672 11.4595 21.4855 11.7157 21.4855 11.9996C21.4855 12.1697 21.443 12.3299 21.368 12.4702C21.3287 12.5439 21.2795 12.6137 21.2204 12.6777C21.2111 12.6878 21.2015 12.6978 21.1918 12.7075M21.1918 12.7075L14.5077 19.3916Z' fill='%2314509a'%3E%3C/path%3E%3C/svg%3E") no-repeat;
	background-position: right 5px center;
	transition: 0.2s;
}

.btn-link:hover {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.5077 19.3916C14.1172 19.7821 13.484 19.7821 13.0935 19.3916C12.703 19.0011 12.703 18.3679 13.0935 17.9774L18.0712 12.9996H3.51489C2.96261 12.9996 2.51489 12.5519 2.51489 11.9996C2.51489 11.4473 2.96261 10.9996 3.51489 10.9996H18.0709L13.0935 6.02217C12.703 5.63165 12.703 4.99848 13.0935 4.60796C13.484 4.21743 14.1172 4.21743 14.5077 4.60796L21.1772 11.2775C21.3672 11.4595 21.4855 11.7157 21.4855 11.9996C21.4855 12.1697 21.443 12.3299 21.368 12.4702C21.3287 12.5439 21.2795 12.6137 21.2204 12.6777C21.2111 12.6878 21.2015 12.6978 21.1918 12.7075M21.1918 12.7075L14.5077 19.3916Z' fill='%2314509a'%3E%3C/path%3E%3C/svg%3E") no-repeat;
	background-position: right 0 center;
	color: var(--Primary);
}

.btn-secondary {}

.btn-secondary:hover {}


p {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #A4A4A8;
}


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.main-title {
	font-size: 79px;
	font-weight: 500;
	line-height: 85px;
	color: #003;
	padding: 0 0 40px;

}

.main-title * {
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

.sub-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 34px;
	padding: 0 0 20px;
	color: #FFFFFF;
}

.sub-title * {
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

.section-title {
	font-weight: 800;
	font-size: 60px;
	line-height: 70px;
	text-align: center;
	color: #FFFFFF;
	padding: 0 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.section-title * {
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

.title-small {
	font-weight: 500;
	font-size: 40px;
	line-height: 50px;
}

.title-left {
	justify-content: start;
	align-items: start;
	text-align: left;
}

.section-title .top-text {
	position: relative;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	display: inline-block;
	padding-left: 13px;
	display: flex;
}

.section-title .top-text:after {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	height: 6px;
	width: 6px;
	content: "";
	background: #FFFFFF;
	border-radius: 50%;
}

.banner-title {
	font-weight: 800;
	font-size: 60px;
	line-height: 65px;
	text-align: center;
	color: #FFFFFF;
	padding: 0;

}

.banner-title * {
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
	display: flex;
	align-items: center;
}

.banner-title img {
	margin-top: 20px;
}


.white-title {
	color: #FFFFFF;
}

.section-padding {
	padding: 100px 0;
}

.navbar {
	padding: 0;
	background: #FFFFFF0D;
	backdrop-filter: blur(80px);
	padding-left: 40px;
}


.navbar-nav .nav-item {
	position: relative;
	padding: 0 20px;
}

.navbar-nav .nav-item:last-child {
	padding-right: 0;
}

.navbar-nav .nav-item:first-child {
	padding-left: 0;
}

.navbar-nav .nav-item:last-child:after {
	display: none;
}

.navbar-nav .nav-item .nav-link {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	padding: 29px 0;
	color: #FFFFFF;
	position: relative;
}

.navbar-nav .nav-item .nav-link:after {
	background: url("../images/menu.png");
	position: absolute;
	right: 0;
	left: 0;
	bottom: -5px;
	width: 100%;
	content: "";
	height: 17px;
	background-size: 100% 100%;
	display: none;
}

.navbar-nav .nav-item .nav-link.show:after,
.navbar-nav .nav-item .nav-link.active:after,
.navbar-nav .nav-item.active>.nav-link:after,
.navbar-nav .nav-item.current-menu-item>.nav-link:after,
.navbar-nav .nav-item>.nav-link.active:after,
.navbar-nav .nav-item>.nav-link.current-menu-item:after,
.navbar-nav .nav-item>.nav-link:hover:after {
	display: block;
}

.navbar-nav .nav-item .nav-link.show:after,
.navbar-nav .nav-item .nav-link.active-menu:after,
.navbar-nav .nav-item.active>.nav-link:after,
.navbar-nav .nav-item.current-menu-item>.nav-link:after,
.navbar-nav .nav-item>.nav-link.active:after,
.navbar-nav .nav-item>.nav-link.current-menu-item:after,
.navbar-nav .nav-item>.nav-link:hover :after {
	color: #FFFFFF;
}

.navbar-brand {
	padding: 0;
	position: relative;
	margin: 0;
	margin-right: 15px;
}


.navbar-brand img {
	height: 60px;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

.h-top {
	position: relative;
	z-index: 9;
}

.h-top::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	display: block;
	background: linear-gradient(90deg, #191919 0%, rgba(25, 25, 25, 0) 50%, #191919 100%);
}

.h-top ul {
	padding: 10px;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: space-around;
	background: #503E0E80;
	backdrop-filter: blur(15px)
}

.h-top ul li span {
	font-weight: 800;
}

.h-top ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	position: relative;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	color: #FFFFFF;
}

.h-top ul li:after {
	position: absolute;
	right: -35px;
	top: 0;
	height: 19px;
	width: 19px;
	content: "";
	display: block;
	background: url("../images/h-top.png");
	background-size: 19px;
}

.h-top ul li:last-child:after {
	display: none;
}

.header .container {
	max-width: 1040px;
}

.right-menu {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
	align-items: center;
	margin-left: auto;
}

.right-menu li a img {
	margin-left: 10px;
}

.right-menu li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	padding: 0;
	color: #FFFFFF;
	position: relative;
	display: block;
	text-decoration: none;
}

.right-menu li a.book-btn {
	padding: 27px 40px;
	background: #FFFFFF12;
	margin-left: 40px;
}

.right-menu li a.book-btn:hover {
	background: #503E0E;
}

.main-banner {
	background-size: cover !important;
	background-position: center bottom !important;
	position: relative;
	height: 100vh;
	z-index: 9;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.main-banner .banner-detail .logo {
	padding: 0 0 40px;
}

.main-banner .banner-detail {
	text-align: center;
	margin-top: auto;
}

.main-banner:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, #191919 0%, rgba(25, 25, 25, 0.75) 25%, rgba(25, 25, 25, 0.4) 50.48%, rgba(25, 25, 25, 0.75) 74.52%, #191919 100%);
	z-index: 9;
	content: "";
	display: block;
	background-image: url(../images/monotone.png);
	z-index: -1;
}

.avalability-sec [class*=col-] {
	position: relative;
}

.avalability-sec [class*=col-]::before {
	background: #F5F5F3;
	width: 1px;
	top: 0;
	bottom: 0;
	position: absolute;
	right: -120px;
	content: "";
	display: block;
	z-index: 9;
}

.avalability-sec [class*=col-]::after {
	background: #F5F5F3;
	width: 1px;
	top: 0;
	bottom: 0;
	position: absolute;
	left: -28px;
	content: "";
	display: block;
}

.avalability-sec [class*=col-]:first-child::before,
.avalability-sec [class*=col-]:first-child::after,
.avalability-sec [class*=col-]:last-child::after,
.avalability-sec [class*=col-]:last-child::before {
	display: none;
}

.avalability-sec {
	width: 100%;
	margin-top: auto;
	margin-bottom: 60px;
}

.avalability-sec .checkin-block {
	background: #FFFFFF12;
	backdrop-filter: blur(15px);
	padding-left: 60px;
}

.avalability-sec label {
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	color: #61625D;
	margin: 0;
}

.plus-minus-block .minus,
.plus-minus-block .minus,
.plus-minus-block .plus {
	height: 14px;
	width: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.plus-minus-block {
	max-width: 105px;
	display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 10px;
}

.avalability-sec .form-control {
	font-weight: 800;
	font-size: 30px;
	line-height: 100%;
	color: #F5F5F3;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

.plus-minus-block .form-control {
	padding: 0;
	text-align: center;
}

.avalability-sec .avail-btn img {
	margin-left: 20px;
}

.avalability-sec .daterange-input {
	padding: 0;
}

.avalability-sec label {
	line-height: 16px;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #61625D;
	display: block;
	margin: 0 0 10px;
}

.avalability-sec .avail-btn {
	padding: 63px 40px;
	background: #FFFFFF0D;
	display: block;
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	color: #F5F5F3;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(15px)
}

.avalability-sec .avail-btn:hover {
	background: #503E0E;
}

.avalability-sec .form-select {
	background: url("data:image/svg+xml,%3Csvg width='21' height='11' viewBox='0 0 21 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1774 8.66477L18.5364 0.305703C18.731 0.1111 18.9743 0.0137988 19.2662 0.0137988C19.5581 0.0137988 19.8102 0.1111 20.0225 0.305703C20.2348 0.517997 20.3409 0.770095 20.3409 1.062C20.3409 1.3539 20.2348 1.606 20.0225 1.8183L11.2919 10.5489C11.1327 10.7081 10.9558 10.8231 10.7612 10.8939C10.5666 10.9646 10.372 11 10.1774 11C9.98276 11 9.78816 10.9646 9.59356 10.8939C9.39895 10.8231 9.22204 10.7081 9.06282 10.5489L0.305703 1.79176C0.0934093 1.57947 -0.00831484 1.33179 0.000530734 1.04873C0.00937631 0.765674 0.119946 0.517998 0.33224 0.305704C0.544534 0.111101 0.79221 0.00937649 1.07527 0.00053115C1.35833 -0.00831419 1.606 0.0934104 1.8183 0.305704L10.1774 8.66477Z' fill='%23F5F5F3'/%3E%3C/svg%3E%0A") no-repeat right center !important;
}

.text-block {
	padding: 0 0 60px;
}

.text-block p {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	text-align: center;
	color: #A4A4A8;
}

.daterangepicker .calendar-table,
.daterangepicker {
	background: #191919;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
	color: #fff;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
	background: #191919;
	color: #fff;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
	background: #FFFFFF12;
}

.daterangepicker td.in-range {
	color: #191919;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
	border-color: white;
}

.daterangepicker .drp-buttons .btn {
	color: #fff;
}

.daterangepicker .calendar-table {
	border: 1px solid #fff !important;
}

.create-movement {
	position: relative;

}

.create-movement:after {
	background: linear-gradient(360deg, #191919 -1.7%, rgba(25, 25, 25, 0.3) 45.98%, #191919 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	display: block;
}

.movement-block img {
	border-radius: 5px;
}

.create-movement .text-block .btn {
	margin-top: 60px;
}

.create-movement .text-block {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 9;
	padding: 0;
}

.about-us {
	border: 2px solid #353535;
}

.about-block .about-text p {
	margin: 0;
}

.about-block .about-text {
	background: #202020;
	border: 2px solid #353535;
	border-radius: 5px;
	padding: 40px 30px;
	margin: 0 0 9px;
}

.about-block .about-img {
	background: #202020;
	border-radius: 5px;
	padding: 5px;
}

.about-block {
	display: flex;
	flex-direction: column;
}

.about-block .about-img img {
	border-radius: 5px;
}

.about-us [class*=col-]:nth-child(2n) .about-block {
	flex-direction: column-reverse;
}

.about-us [class*=col-]:nth-child(2n) .about-block .about-text {
	margin: 9px 0 0;
}

.aminity-slider ul li .am-block {
	border: 2px solid #353535;
	padding: 20px 40px;
	border-radius: 5px;
	background: #202020;
	display: flex;
	align-items: center;
}

.aminity-slider {
	padding: 0 0 16px;
}

.aminity-slider ul li {
	width: auto !important;
}

.aminity-slider-main {
	position: relative;
	z-index: 99;
	background: linear-gradient(90deg, rgba(25, 25, 25, 0.75) 0%, rgba(25, 25, 25, 0) 100%);

}

.aminity-slider-main:after {
	position: absolute;
	right: 0;
	width: 50%;
	top: 0;
	bottom: 0;
	content: "";
	background: linear-gradient(90deg, rgba(25, 25, 25, 0.75) 0%, rgba(25, 25, 25, 0) 100%);
	display: block;
	transform: rotate(-180deg);
	z-index: 1;
}

.aminity-slider-main:before {
	position: absolute;
	left: 0;
	width: 50%;
	top: 0;
	bottom: 0;
	content: "";
	background: linear-gradient(90deg, rgba(25, 25, 25, 0.75) 0%, rgba(25, 25, 25, 0) 100%);
	display: block;
	z-index: 1;
}

.aminity-slider ul li .am-block span {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	display: block;
	color: #A4A4A8;
	margin-left: 20px;

}

.aminity-slider ul li .am-block .icon {
	border: 1px solid #353535;
	border-radius: 5px;
	background: #202020;
	padding: 12px;
	width: 56px;
	height: 56px;
}

.aminity-slider .bx-wrapper {
	padding: 0;
	background: transparent;
	margin: 0;
	box-shadow: none;
	max-width: 100% !important;
	border: none;
}

.our-rooms {
	border: 2px solid #353535;
}

.room-block ul {
	margin-bottom: 0;
	padding: 60px 0 30px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}

.room-block:last-child {
	padding-bottom: 0;
}

.room-list {
	counter-reset: count;
}

.room-block [class*=col-] {
	padding: 0 30px;
}

.room-block .row {
	margin: 0 -30px;
}

.room-block {
	counter-increment: count 1;
	position: relative;
	padding: 60px 0;
	padding-left: 69px;
	border-top: 1px solid #353535;
}

.room-block::after {
	content: "(" counter(count, decimal-leading-zero) ") ";
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	color: #A4A4A8;
	position: absolute;
	top: 60px;
	left: 0;
}

.room-block .room-img {
	display: flex;
	justify-content: flex-end;
	margin: 0 -5px;
}

.room-block .room-img .img-block {
	padding: 0 5px;
}

.room-block .room-img img {
	border-radius: 5px;
}

.room-block h3 {
	font-weight: 500;
	font-size: 40px;
	line-height: 50px;
	margin: 0 0 10px;
	color: #FFFFFF;

}

.room-block p {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	margin: 0;
}

.room-block .btn {
	display: block;
	width: 100%;
}

.room-block ul li {
	display: flex;
	padding-bottom: 30px;
	max-width: 50%;
	flex: 0 0 50%;
}

.room-block ul li .icon {
	margin-right: 20px;
}

.room-block ul li h4 {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	color: #FFFFFF;
	margin: 0;
}

.room-block ul li span {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #A4A4A8;
	margin: 0;
	display: block;
}

.book-sec {
	/* border: 2px solid #353535; */

}

.book-sec .text-block {
	padding: 159px 60px 117px;
	border-radius: 5px;
	position: relative;
	z-index: 9;

}

.book-sec .text-block:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	display: block;
	background: linear-gradient(90deg, #191919 0%, rgba(25, 25, 25, 0.408654) 59.13%, #191919 100%);
	z-index: -1;

}

.book-sec .section-title {
	font-weight: 400;
	font-size: 60px;
	line-height: 70px;
	padding: 0 0 60px;


}


.experience-sec {
	border-top: 2px solid #353535;
	border-bottom: 2px solid #353535;
}

.experience-sec .section-title .top-text {
	margin-bottom: 20px;
}

.experience-sec .section-title {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-weight: 400;
	font-size: 80px;
	line-height: 90px;
}

.experience-sec .section-title h2 {
	display: inline-block;
	position: relative;
	padding: 0 62px;
}

.experience-sec .section-title h2:before,
.experience-sec .section-title h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	top: 0;
	height: 90px;
	width: 52px;
	display: block;
}

.experience-sec .section-title h2:after {
	left: 0;
	background: url("../images/leaf1.svg");
}

.experience-sec .section-title h2:before {
	right: 0;
	background: url("../images/leaf2.svg");
}

.counter-block h3 {
	font-weight: 500;
	font-size: 40px;
	line-height: 50px;
	font-style: Medium;
	margin: 0 0 10px;
	color: #FFFFFF;

}

.counter-list [class*=col-] {
	width: 20%;
	position: relative;
}

.counter-list {
	max-width: 1058px;
	margin: 0 auto 60px;
}

.counter-list [class*=col-]::before {
	background: #353535;
	width: 3px;
	height: 34px;
	top: 0;
	bottom: 0;
	position: absolute;
	right: 0;
	content: "";
	display: block;
	margin: auto;
}

.counter-list [class*=col-]:last-child::before {
	display: none;
}

.counter-block {
	text-align: center;
}


.counter-block span {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	display: block;
	color: #A4A4A8;
}

.review-block {
	border: 2px solid #353535;
	padding: 30px;
	border-radius: 5px;
	background: #202020;
	margin: 0 0 9px;
}

.review-block .u-name {
	display: flex;
	align-items: center;
	position: relative;
	padding-right: 45px;
	margin: 0 0 30px;
}

.review-list [class*=col-] {
	padding: 0 4px;
}

.review-list .row {
	margin: 0 -4px;
	align-items: center;
}

.review-block .u-name .avtar {
	height: 56px;
	width: 56px;
	border-radius: 50%;
	margin-right: 15px;
}

.review-block .u-name .avtar img {
	height: 100%;
	width: 100%;
	border-radius: 50%;
	object-fit: cover;
}


.review-block .u-name h5 {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	margin: 0;
	color: #FFFFFF;

}

.review-block .user-detail p {
	margin: 0;
	color: #A4A4A8;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
}

.review-block .user-detail span {
	display: block;
	margin: 30px 0 0;
}

.review-block span {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	color: #A4A4A8;
}

.view-all {
	padding: 60px 0 0;
}

.review-block .u-name .rating {
	position: absolute;
	right: 0;
	top: 0;
}

.review-block .u-name .rating img {
	margin-left: 5px;
}

.review-block .u-name .rating {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	display: block;
	margin: 0;
	color: #FFFFFF;
	display: flex;
	align-items: center;

}

.inner-page .main-banner .banner-detail {
	margin: auto;
}

.explore-sec .room-block {
	border: none;
	padding: 0;
}

.explore-sec .room-block::after {
	display: none;
}

.explore-sec .room-block .btn {
	display: table;
	width: auto;
	margin: 0 0 10px;
}

.nav-tabs {
	border: none;
	margin: 0 -5px 60px;
	justify-content: center;
}

.nav-tabs .nav-item {
	padding: 0 5px;
}

.nav-tabs .nav-link {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	padding: 19px 30px;
	background: #FFFFFF12;
	backdrop-filter: blur(80px);
	border-radius: 5px;
	color: #FFFFFF;
	border: none !important;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #FFFFFF;
	background: #503E0E;

}

.inner-page .banner-title img {
	position: absolute;
	right: 70px;
	top: 0px;
	margin: 0;
}

.offer-page .main-banner {
	height: calc(100vh - 87px);
}

.offer-page .banner-title {
	margin: 100px 0 0;
}

.offer-page .banner-title img {
	position: absolute;
	right: -50px !important;
}

.offer-page .avalability-sec {
	margin: 0;
}

.dream-sec .section-title {
	font-weight: 300;
	font-size: 80px;
	line-height: 90px;
}

.dream-sec {
	position: relative;
	padding: 140px 0 256px;
}

.dream-sec::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	display: block;
	background: url("../images/benefit.png");
	opacity: 0.5;
	background-position: center center;
}

.dream-sec .container {
	max-width: 1258px;
}

.dream-sec .section-title span {
	color: #A4A4A8;
}

.offer-sec {
	border: 2px solid #353535;
}

.offer-block .offer-img {
	position: relative;
	z-index: 9;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 0 30px;
}

.offer-block .offer-img::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	display: block;
	background: linear-gradient(180deg, rgba(25, 25, 25, 0) 0%, rgba(25, 25, 25, 0) 0.01%, rgba(25, 25, 25, 0.3) 0.02%, rgba(25, 25, 25, 0.898317) 62.98%, #191919 100%);

	border-radius: 5px;
}

.offer-block {
	padding: 0 0 64px;
}

.offer-list [class*=col-] {
	padding: 0 5px;
}

.offer-list .row {
	margin: 0 -5px;
}

.offer-block p {
	margin: 0 0 50px;
	max-width: 450px;
}

.book-now-block {
	padding: 0 0 30px;
}

.book-now-block h3 {
	font-family: "Mohave";
	font-weight: 400;
	font-size: 40px;
	line-height: 50px;
	margin: 0;
}

.book-now-block .g-text {
	font-family: "Mohave";
	font-weight: 400;
	font-size: 150px;
	line-height: 150px;
	margin: 0;
	background: linear-gradient(323.71deg, #603913 -1.38%, #E6B964 25.81%, #F8E889 64.65%, #E8BA65 80.19%, #BA8A43 84.08%, #9A682B 86.99%, #8E5B22 88.93%, #F7E68A 91.85%, #844D24 93.79%, #7B4821 94.76%, #281809 95.73%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 20px 0 0;
}

.book-now-block .g-text span {
	font-weight: 400;
	font-size: 75px;
	line-height: 75px;
}

.book-now-block h2 {
	font-weight: 500;
	font-size: 40px;
	line-height: 50px;
	margin: 0 0 10px;
	color: #FFFFFF;
}

.book-now-block .book-detail {
	padding-left: 56px;
}

.book-now-block p {
	font-weight: 700;
	margin: 0 0 30px;
	color: #FFFFFF;
	line-height: 26px;
}

.book-now-block ul {
	padding: 0 0 42px;
	margin: 0;
	padding-left: 30px;
}

.book-now-block .bottom span {
	display: block;
	text-align: right;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
}

.book-now-block .require-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	margin: 20px 0 0;
	color: #A4A4A8;
	text-align: right;

}

.book-now-main {
	padding: 0 60px;
}

.book-now-block .single-book {
	background: url("../images/book-blockbg.png");
	background-size: 100% 100%;
	padding: 30px 105px 30px 37px;
}

.book-now-block .btn-gold {
	padding: 19px 30px;
}

.book-now-block .bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.book-now-block ul li {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	color: #A4A4A8;
}

.footer {
	background: url("../images/f-shape.svg") no-repeat bottom #121212;
}

.footer .section-title {
	text-align: left;
	font-weight: 400;
	font-size: 40px;
	line-height: 50px;
	padding: 0 0 100px;
}

h5.f-title {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 20px;
	color: #FFFFFF;

}

.f-block ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.f-block ul li {
	display: block;
	padding: 0 0 10px;
	margin: 0;
	list-style-type: none;
}

.f-block ul li:last-child {
	padding: 0;
}

.f-block ul li a {
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	text-decoration: none;
	position: relative;
	color: #A4A4A8;
}

.f-block ul li a::after {
	display: block;
	position: absolute;
	background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4773 2.6514L1.34382 11.7849C1.18423 11.9445 1.00009 12.0243 0.791396 12.0243C0.582702 12.0243 0.398559 11.9445 0.238969 11.7849C0.0793789 11.6253 -0.00041626 11.4411 -0.000416407 11.2324C-0.000416565 11.0237 0.0793787 10.8396 0.238969 10.68L9.37243 1.54655L1.01237 1.54655C0.791395 1.54655 0.607253 1.47289 0.459939 1.32558C0.312625 1.17827 0.238968 0.994123 0.238968 0.773152C0.238968 0.552181 0.312625 0.368039 0.459939 0.220725C0.607253 0.0734114 0.791396 -0.000246469 1.01237 -0.000246453L11.2507 -0.000245125C11.3734 -0.000244788 11.4778 0.018169 11.5637 0.0549969C11.6497 0.0918258 11.7295 0.147069 11.8031 0.220726C11.8768 0.294383 11.932 0.374177 11.9688 0.46011C12.0057 0.546043 12.0241 0.650392 12.0241 0.773153L12.0241 11.0115C12.0241 11.2324 11.9504 11.4166 11.8031 11.5639C11.6558 11.7112 11.4717 11.7849 11.2507 11.7849C11.0297 11.7849 10.8456 11.7112 10.6983 11.5639C10.5509 11.4166 10.4773 11.2324 10.4773 11.0115V2.6514Z' fill='%23A4A4A8'/%3E%3C/svg%3E%0A") no-repeat center center;
	height: 16px;
	width: 16px;
	content: "";
	baseline-shift: 16px;
	right: 0;
	top: 0;
}

.f-big-title {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #A4A4A8;
	margin: 0 0 10px;
}

.f-left-block {
	padding: 0 0 100px;
}

.f-left-block .f-link {
	display: flex;
	gap: 120px;
}

.f-left-block a {
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	text-decoration: none;
	color: #FFFFFF;
}

.subscribe {
	margin: 109px 0 0;
}

.subscribe .f-big-title {
	margin: 0 0 20px;
}

.subscribe .form-group {
	position: relative;
}

.subscribe .form-group .btn {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.subscribe .form-control {
	background: #FFFFFF0D;
	backdrop-filter: blur(80px);
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	padding: 28px 40px;
	padding-right: 190px;
	color: #FFFFFF;
	border: none;
}

.subscribe .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #FFFFFF;
}

.subscribe .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #FFFFFF;
}

.subscribe .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #FFFFFF;
}

.subscribe .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #FFFFFF;
}

.f-image img {
	border-radius: 5px;
}

.f-bottom p {
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	display: flex;
	justify-content: space-between;
	margin: 40px 0 0;
	color: #FFFFFF;
}

.f-bottom p a {
	text-decoration: none;
	color: #FFFFFF;
}