/*! Site Presets */
.site__cta-line::after,
.top-bar::after {
	position: absolute;
	bottom: 0;
	height: 1px;
	content: "";
}
img {
	max-width: 100%;
	display: block;
}
ul {
	list-style: inside;
}
.daterangepicker,
body,
html {
	scroll-behavior: smooth;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--color_3);
}
h1,
h3 {
	font-weight: 500;
}
a {
	text-decoration: none;
}
a:hover {
	color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}
p:not(:last-child) {
	margin-bottom: 35px;
}
p {
	line-height: 30px;
}
h1 {
	font-size: 80px;
	color: var(--color_1);
	text-align: center;
}
.section-title,
h2 {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.5;
}
.section-title span,
.site__cta-line,
h2 span {
	font-weight: 700;
}
.section-title {
	margin-top: 5px;
	text-align: left;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 20px;
}
.mobile-menu-visible {
	overflow-y: hidden;
}
.net22-image {
	width: 45px;
	margin-top: -5px;
	display: inline;
}
.site__cta-button {
	display: flex;
	max-width: max-content;
	min-width: max-content;
}
.menu-book-button a,
.site__cta-button {
	font-size: 20px;
	padding: 15px 45px;
	transition: 0.2s ease-in-out;
	text-transform: uppercase;
}
.menu-book-button a,
.site__cta-button-primary {
	background-color: var(--color_1);
	border: 1px solid var(--color_1);
	color: var(--color_2);
}
.site__cta-button-secondary,
.site__cta-button-transparent {
	border: 1px solid var(--color_2);
}
.menu-book-button:hover a,
.site__cta-button-primary:hover,
.site__cta-button-secondary {
	background-color: var(--color_2);
	color: var(--color_1);
}
.header-wrapper:not(.header-scrolled) .menu-book-button a {
	border: none;
}
.site__cta-button-secondary:hover {
	background-color: var(--color_1);
	color: var(--color_2);
}
.site__cta-button-transparent {
	background-color: transparent;
	color: var(--color_2);
}
.site__cta-button-transparent:hover {
	color: var(--color_1);
	background-color: var(--color_7);
	border-color: var(--color_7);
}
.header-logo,
.hover-opacity {
	transition: 0.2s ease-in-out;
}
.hover-opacity:hover {
	opacity: 0.7;
}
.theme-square,
.theme-svg {
	pointer-events: none !important;
	position: absolute;
	display: block;
}
.page-subtitle,
.site__cta-border,
.site__cta-line {
	display: flex;
	text-transform: uppercase;
}
.lcl_icon.lcl_play,
.lcl_icon.lcl_thumbs_toggle {
	display: none !important;
}
.lcl_icon::after {
	background-color: var(--color_1) !important;
}
.lcl_icon::before {
	color: var(--color_2) !important;
}
.lcl_icon:hover::before {
	color: var(--color_1) !important;
}
.lcl_icon:hover::after {
	background-color: var(--color_2) !important;
}
.page-subtitle {
	align-items: center;
	column-gap: 12px;
}
.page-subtitle .subtitle-line {
	width: 48px;
}
.page-subtitle .subtitle-line::after {
	content: "";
	display: block;
	height: 2px;
	width: 30px;
	transition: 1s linear;
}
.nav-bar-main-menu > li.current-menu-item > a::after,
.nav-bar-main-menu > li:not(.menu-book-button) > a:hover::after,
.page-subtitle.full .subtitle-line::after {
	width: 100%;
}
.site__cta-line {
	font-size: 15px;
	position: relative;
	max-width: max-content;
	letter-spacing: 3px;
	padding-bottom: 15px;
}
.site__cta-line::after {
	left: 0;
	width: 75%;
	transition: 250ms ease-in-out;
}
.site__cta-line-primary,
.site__cta-line-primary:hover {
	color: var(--color_8);
}
.site__cta-line-primary::after {
	background-color: var(--color_10);
}
.site__cta-line:hover::after {
	width: 110%;
}
.site__cta-border {
	font-size: 20px;
	padding: 15px 18px;
	max-width: max-content;
	transition: 250ms ease-in-out;
	border: 1px solid;
}
.site__cta-border-primary {
	color: var(--color_1);
	border-color: var(--color_1);
}
.site__cta-border-primary:hover {
	background-color: var(--color_1);
	color: var(--color_8);
}
.site__cta-border-secondary {
	border-color: var(--color_8);
	color: var(--color_1);
}
.site__cta-border-fill-secondary {
	background-color: var(--color_8);
}
.site__cta-border-fill-secondary:hover {
	transform: unset;
	background-color: var(--color_1);
	color: var(--color_8);
}
.contact-form br,
.drp-calendar.left > .calendar-table > table.table-condensed thead > tr > th.next.available,
.hidden,
.newsletter-form br,
.page__about-left__gallery.owl-carousel .owl-nav {
	display: none;
}
/*! End Site Presets */ 

/*! Burger */
.menu {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	padding: 0;
}
.line {
	fill: none;
	stroke: var(--color_1);
	stroke-width: 2;
	transition: stroke-dasharray 0.6s cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.line1,
.line3 {
	stroke-dasharray: 60 207;
	stroke-width: 2;
}
.line2 {
	stroke-dasharray: 60 60;
	stroke-width: 2;
}
.opened .line1,
.opened .line3 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 2;
}
.opened .line2 {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -30;
	stroke-width: 2;
} 
/*! End Burger */ 

/*! Navigation */
.header-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 15;
	padding-bottom: 10px;
	transition: 0.4s linear;
}
.header-inner {
	width: 1660px;
	margin-inline: auto;
}
img.header-logo {
	min-width: 136px;
	height: 142px;
	max-width: 240px;
	object-fit: contain;
}
span.header-logo {
	font-family: Sriracha;
	min-width: 136px;
	min-height: 142px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 35px;
	color: var(--color_1);
}
.top-bar {
	padding: 20px 0 10px;
	display: flex;
	column-gap: 50px;
	justify-content: flex-end;
	position: relative;
}
.top__bar-link {
	font-size: 17px;
	color: var(--color_1);
}
.before__footer-left-subtitle,
.before__footer-left-text,
.before__footer-left-title,
.top__bar-link:hover {
	color: var(--color_1);
}
.top-bar::after {
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	background-color: var(--color_1);
}
.header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
}
.nav-bar-main-menu {
	list-style: none;
	display: flex;
	column-gap: 35px;
}
.nav-bar-main-menu > li > a {
	font-size: 20px;
	position: relative;
}
.nav-bar-main-menu > li > a:not(.menu-book-button a) {
	color: var(--color_1);
	padding-bottom: 12px;
}
.nav-bar-main-menu > li:not(.menu-book-button) > a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: var(--color_1);
	transition: 0.2s linear;
}
.menu-book-button {
	margin-left: 10px;
}
.header-wrapper.header-scrolled {
	transform: translateY(-55px);
	background-color: var(--color_2);
}
.header-wrapper.header-scrolled img.header-logo {
	height: 85px;
	min-width: 100px;
	max-width: 200px;
}
.header-wrapper.header-scrolled span.header-logo {
	min-height: 85px;
	font-size: 24px;
}
.header-wrapper.header-scrolled .nav-bar-main-menu > li > a {
	font-size: 18px;
}
.header-wrapper.header-scrolled .nav-bar-main-menu .menu-book-button a {
	padding: 10px 35px;
}
/*! End Navigation */ 

/*! Template Homepage */
.homepage__top-wrapper {
	position: relative;
	min-height: 100vh;
	background-color: var(--color_2);
}
.homepage__top-image {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.homepage__top-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.homepage__top-title {
	position: relative;
	text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
}
.homepage__top-title::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	width: 247px;
	background-color: var(--color_1);
}
.homepage__top-subtitle {
	font-size: 25px;
	color: var(--color_1);
	text-align: center;
	max-width: 520px;
	margin-top: 45px;
}
body.home .page__about-wrapper {
	background-color: var(--color_5);
	padding: 140px 0 75px;
}
body.home .page__about-svg svg path {
	fill: var(--color_9);
}
.homepage__location-wrapper {
	margin: 80px 0 100px;
}
.homepage__location-headings {
	max-width: 520px;
	margin: 0 auto 80px;
	transform: translateX(175px);
}
.homepage__location-subtitle {
	color: var(--color_3);
}
.homepage__location-subtitle .subtitle-line::after {
	background-color: var(--color_3);
}
.homepage__location-title {
	color: var(--color_2);
	margin-top: 8px;
}
.homepage__location-content {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 1550px;
	margin-inline: auto;
}
.homepage__location-content > .theme-square {
	width: 536px;
	height: 459px;
	z-index: -1;
}
.theme-square.homepage__location-square-left {
	background-color: var(--color_5);
	bottom: -115px;
	left: 135px;
}
.theme-square.homepage__location-square-right {
	background-color: var(--color_6);
	top: -45px;
	right: 140px;
}
.homepage__location-link {
	margin: 215px auto 0;
}
/*! End Template Homepage */

/*! Location Preview Card Simple */
.location__preview-card__simple-wrapper {
	position: relative;
}
.location__preview-card__simple-wrapper img {
	height: 526px;
	width: 393px;
	object-fit: cover;
}
.location__preview-card__simple-wrapper .title {
	text-align: center;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	color: var(--color_1);
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	opacity: 0;
	visibility: hidden;
	transition: 250ms ease-in-out;
	z-index: 2;
	min-width: 205px;
}
.location__preview-card__simple-square {
	height: 528px;
	width: 388px;
	border: 2px solid var(--color_7);
	top: 20px;
	right: -21px;
	transition: 350ms ease-in-out;
}
.location__preview-card__simple-wrapper:nth-child(2) .location__preview-card__simple-square {
	right: 21px;
	top: -17px;
}
.location__preview-card__simple-wrapper:nth-child(2) {
	transform: translateY(60px);
}
.location__preview-card__simple-wrapper:nth-child(3) .location__preview-card__simple-square {
	right: 20px;
	top: 18px;
}
.location__preview-card__simple-content {
	display: flex;
	position: relative;
	z-index: 1;
}
.location__preview-card__simple-wrapper .location__preview-card__simple-content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.36);
	opacity: 0;
	visibility: hidden;
	transition: 250ms ease-in-out;
}
.location__preview-card__simple-wrapper:hover .location__preview-card__simple-content::before,
.location__preview-card__simple-wrapper:hover .title {
	opacity: 1;
	visibility: visible;
}
.location__preview-card__simple-wrapper:hover .location__preview-card__simple-square {
	transform: translate(10px, 10px);
}
.location__preview-card__simple-wrapper:nth-child(2):hover .location__preview-card__simple-square {
	transform: translate(-10px, -10px);
}
.location__preview-card__simple-wrapper:nth-child(3):hover .location__preview-card__simple-square {
	transform: translate(-10px, 10px);
}
/*! End Location Preview Card Simple */

/*! Page About */
.page__about-wrapper {
	padding: 65px 0 90px;
	position: relative;
}
.page__about-cols {
	width: 1285px;
	margin-inline: auto;
	display: flex;
	column-gap: 65px;
	position: relative;
	z-index: 1;
}
.page__about-left__wrapper {
	width: 632px;
	min-width: 632px;
	position: relative;
}
.page__about-left-square {
	width: 629px;
	height: 633px;
	border: 2px solid var(--color_2);
	top: 15px;
	right: -15px;
}
.page__about-left__wrapper .owl-item {
	width: 632px !important;
}
.page__about-left__wrapper img {
	height: 630px;
	object-fit: cover;
	width: 100%;
	position: relative;
	z-index: 1;
}
.page__about-left__gallery .owl-stage-outer {
	max-height: 630px;
}
.page__about-gallery__controls {
	position: absolute;
	top: 50%;
	right: 1px;
	transform: translateY(-50%);
	z-index: 2;
	display: flex;
	column-gap: 1px;
}
.page__about-gallery__control {
	min-height: 88px;
	min-width: 58px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--color_2);
	cursor: pointer;
	transition: 150ms ease-in-out;
}
.availability__form-wrapper,
.before__footer-left-subtitle .subtitle-line::after,
.page__about-gallery__control:hover {
	background-color: var(--color_1);
}
.page__about-gallery__control svg path.fill {
	fill: var(--color_1);
	transition: 150ms ease-in-out;
}
.page__about-gallery__control:hover svg path.fill {
	fill: var(--color_2);
}
.theme-svg.page__about-top-left,
.villa__amenities-svg {
	top: 0;
	left: 0;
}
.theme-svg.page__about-bottom-right {
	bottom: -2px;
	right: 0;
}
.page__about-subtitle {
	color: var(--color_2);
}
.page__about-subtitle .subtitle-line::after,
body.error404 .header-wrapper {
	background-color: var(--color_2);
}
.villa__amenities-subtitle .subtitle-line::after,
.villa__services-subtitle .subtitle-line::after {
	background-color: var(--color_4);
}
.page__about-content {
	padding-top: 55px;
}
.page__about-title {
	margin: 20px 0;
	color: var(--color_4);
}
.page__about-actions {
	margin-top: 20px;
	display: flex;
	column-gap: 10px;
}
.page__about-left__gallery-single.enable-lightbox-item img {
	transition:all ease-in-out 250ms;
}
.page__about-left__gallery-single.enable-lightbox-item img:hover {
	filter: grayscale(.4);
}
/*! End Page About */

/*! Availability Form */
.availability__form-input,
.availability__form-label {
	cursor: pointer;
}
.calendar-table th.month {
	font-weight: 700;
	color: var(--color_8);
}
.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
	background-color: var(--color_8);
	color: var(--color_1);
}
.availability__form-wrapper {
	width: 1000px;
	z-index: 3;
	padding: 30px 60px 30px 50px;
	position: absolute;
	bottom: -85px;
	left: 50%;
	transform: translateX(-50%);
}
.availability__form-cols {
	display: flex;
	column-gap: 20px;
	align-items: center;
}
.availability__form-seperator {
	height: 18px;
	width: 1px;
	min-width: 1px;
	background-color: var(--color_3);
	margin-right: 8px;
}
.availability__form-input,
.availability__form-input::placeholder {
	color: var(--color_3);
	font-size: 17px;
	opacity: 1;
	font-weight: 500;
}
.availability__form-input {
	border: none;
	outline: 0;
	max-width: 125px;
}
.availability__form-label {
	display: flex;
	align-items: center;
	column-gap: 20px;
}
.availability__form-icon {
	display: flex;
	height: 14px;
	width: 14px;
}
.availability__form-icon svg {
	height: 100%;
	width: 100%;
}
.availability__form-col.guests-col .availability__form-icon {
	height: 20px;
	width: 20px;
}
.availability__form-submit.site__cta-button {
	padding-inline: 25px;
	cursor: pointer;
	border: 1px solid var(--color_2);
}
.availability__form-col.guests-col .availability__form-label {
	margin-right: 0;
	position: relative;
	pointer-events: none;
}
.availability__form-col.guests-col .availability__form-label::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.availability__form-col.guests-col #adults {
	max-width: 105px;
}
.availability__form-col.checkout-col #checkout {
	max-width: 140px;
}
.availability__form-col.guests-col {
	position: relative;
	cursor: pointer;
}
.adults__input-wrapper {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 100%);
	background-color: var(--color_1);
	border: 1px solid #ddd;
	border-radius: 4px;
}
.footer,
.footer__newsletter-wrapper {
	border-bottom: 1px solid var(--color_8);
}
.adults__input-wrapper::after,
.adults__input-wrapper::before {
	content: "";
	position: absolute;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
}
.adults__input-wrapper::before {
	top: -7px;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	right: 0;
	width: 0;
}
.adults__input-wrapper::after {
	top: -6px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
}
.adults__input-options {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.adults__input-options span {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: 0.2s ease-in-out;
	padding: 5px 10px;
	min-width: 32px;
	width: 32px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	border: 1px solid transparent;
	white-space: nowrap;
	cursor: pointer;
	font-weight: 700;
}
.before__footer-left-text p,
.before__footer-location-text p {
	line-height: 2.4;
}
.adults__input-options span.active,
.adults__input-options span:hover {
	background-color: var(--color_8);
	color: var(--color_1);
}
.availability__form-col.submit-col,
.villa__services-included {
	flex: 1;
}
.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
	font-size: 16px !important;
} 
/*! End Availability Form */

/*! Before Footer Content */
.before__footer-cols {
	display: flex;
}
.before__footer-col {
	flex: 1;
	position: relative;
	min-height: 490px;
	overflow: hidden;
	min-width: 50%;
}
.before__footer-col-content {
	margin-inline: auto;
	position: relative;
	z-index: 1;
}
.before__footer-col-left-content {
	width: 550px;
}
.before__footer-col-right-content {
	width: 560px;
	display: flex;
	align-items: center;
	column-gap: 32px;
}
.before__footer-col-left {
	background-color: var(--color_8);
	padding: 60px 0 50px 55px;
}
.before__footer-col-right {
	background-color: var(--color_2);
	padding: 90px 0 60px;
	display: flex;
	align-items: center;
}
.before__footer-col-left-svg__bottom {
	bottom: -3px;
	left: 0;
}
.before__footer-col-left-svg__top,
.before__footer-col-right-svg__top,
.contact__form-right__svg,
.villa__details-right__svg {
	top: 0;
	right: 0;
}
.before__footer-col-left-svg svg #Path_18,
.before__footer-col-left-svg svg #Path_20 {
	fill: var(--color_7);
}
.before__footer-col-left-svg svg #Path_19,
.before__footer-col-left-svg svg #Path_21,
.villa__list-item-title.has-content:hover .arrow svg path.fill,
.villa__list-item.active .villa__list-item-title .arrow svg path.fill {
	fill: var(--color_8);
}
.before__footer-left-title {
	margin: 15px 0 20px;
	max-width: 427px;
}
.before__footer-left-link {
	margin-top: 12px;
}
.before__footer-right-title {
	max-width: 182px;
	color: var(--color_1);
	font-weight: 700;
	text-transform: uppercase;
}
.before__footer-col-right-svg__bottom {
	bottom: -5px;
	left: -2px;
}
.before__footer-col-right-svg svg path {
	fill: var(--color_11);
}
.before__footer-right-list,
.mobile-nav-bar-menu {
	list-style: none;
}
.before__footer-right-list__item {
	display: flex;
	column-gap: 23px;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
	color: var(--color_1);
	text-transform: capitalize;
}
.before__footer-right-list__item:not(:last-child) {
	margin-bottom: 20px;
}
.before__footer-right-list__item span {
	min-width: 46px;
	min-height: 46px;
	font-size: 20px;
	font-weight: 700;
	color: var(--color_2);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.before__footer-right-list__item:nth-child(odd) span {
	background-color: var(--color_11);
}
.before__footer-right-list__item:nth-child(2n) span {
	background-color: var(--color_1);
}
/*! End Before Footer Content */ 

/*! Footer */
.footer {
	background-color: var(--color_5);
	padding: 38px 0 32px;
}
.footer-content {
	width: 1460px;
	margin-inline: auto;
	display: flex;
	align-items: center;
	column-gap: 110px;
}
.footer-seperator {
	height: 277px;
	width: 1px;
	min-width: 1px;
	background-color: var(--color_8);
}
.footer-col.footer__col-logo {
	margin-right: 45px;
}
.footer-col.footer__col-contact {
	margin-left: 40px;
	margin-right: 85px;
}
.footer-title {
	font-size: 25px;
	color: var(--color_2);
	font-weight: 500;
}
.footer__contact-list {
	list-style: none;
	margin-top: 40px;
}
.footer__contact-list__item .footer-link {
	display: flex;
	column-gap: 10px;
	align-items: center;
}
.footer__contact-list__item:not(:last-child) {
	margin-bottom: 25px;
}
.footer__contact-list__item a {
	color: var(--color_3);
}
.footer__contact-list__item svg circle,
.footer__contact-list__item svg path {
	stroke: var(--color_2);
}
.footer__newsletter-wrapper {
	margin: 35px 0 25px;
	padding: 0 25px 27px 0;
}
.footer__newsletter-wrapper form {
	max-width: 370px;
}
.newsletter-form {
	position: relative;
	max-width: 370px;
}
.newsletter-form input {
	border: none;
	outline: 0;
	height: 65px;
	padding: 0 25px;
	max-width: calc(100% - 65px);
	background-color: var(--color_1);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.newsletter-form input,
.newsletter-form input::placeholder {
	opacity: 1;
	font-size: 14px;
	font-weight: 300;
	color: var(--color_12);
}
.newsletter__form-item.item-submit button {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: var(--color_2);
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	min-width: 65px;
	height: 65px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	cursor: pointer;
}
.footer .footer-content .footer__col-newsletter .footer__newsletter-wrapper form .wpcf7-not-valid-tip {
	margin: 10px 0 0 10px;
	color: var(--color_3);
}
.footer .footer-content .footer__col-newsletter .footer__newsletter-wrapper form .wpcf7-response-output {
	border-color: var(--color_2);
	color: var(--color_3);
	margin-top: 14px;
}
.footer_subtitle.footer__payment-title {
	font-size: 14px;
	text-transform: uppercase;
	color: var(--color_2);
	font-weight: 500;
	margin-bottom: 15px;
}
.sub-footer {
	background-color: var(--color_1);
	display: flex;
	justify-content: center;
	min-height: 50px;
	align-items: center;
	column-gap: 10px;
}
.sub__footer-text {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	color: var(--color_8);
}
.footer__payment-methods.no_img p{
	font-size:15px;
	line-height:1.8;
}
img.footer-logo {
	min-width: 241px;
	height: 252px;
	max-width: 260px;
	object-fit: contain;
}
span.footer-logo {
	font-family: Sriracha;
	min-width: 241px;
	min-height: 252px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 35px;
	color: var(--color_2);
} 
/*! End Footer */ 

/*! Section Top */
.section__top-wrapper {
	min-height: 633px;
	background-color: var(--color_2);
	position: relative;
}
.section__top-image {
	height: 633px;
	width: 100%;
	object-fit: cover;
}
.section__top-wrapper .availability__form-wrapper {
	bottom: -67px;
} 
/*! End Section Top */

/*! Template Villa */
.villa__details-wrapper {
	background-color: var(--color_5);
	padding: 130px 0 90px;
	position: relative;
	overflow: hidden;
}
.villa__details-left__svg {
	bottom: -3px;
	left: -40px;
}
.villa__details-wrapper > .theme-svg svg path {
	fill: var(--color_9);
}
.villa__details-content {
	position: relative;
	z-index: 1;
	width: 1170px;
	display: flex;
	justify-content: space-between;
	margin-inline: auto;
}
.villa__details-single {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 14px;
}
.villa__details-single__icon {
	min-width: 82px;
	min-height: 82px;
	background-color: var(--color_8);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.villa__details-single__icon svg path {
	fill: var(--color_1);
}
.before__footer-location-wrapper > .theme-svg svg path,
.villa__amenities-svg svg path {
	fill: var(--color_9);
}
.villa__details-single-value {
	font-size: 24px;
	font-weight: 500;
	color: var(--color_4);
}
.villa__amenities-wrapper {
	background-color: var(--color_5);
	padding: 60px 0 95px;
	overflow: hidden;
}
.villa__amenities-headings {
	width: 1100px;
	margin: 0 auto 75px;
	position: relative;
	z-index: 1;
}
.villa__amenities-subtitle,
.villa__services-subtitle {
	color: var(--color_4);
}
.villa__amenities-content {
	width: 975px;
	margin-inline: auto;
	position: relative;
	z-index: 1;
}
.villa__list-item-title {
	position: relative;
	display: flex;
	column-gap: 16px;
	transition: 250ms ease-in-out;
	font-size: 20px;
	font-weight: 500;
	color: var(--color_3);
	padding-bottom: 6px;
	max-width: max-content;
}
.villa__list-item-title.has-content {
	cursor: pointer;
}
.villa__list-item-title .arrow {
	transition: 0.1s ease-in-out;
}
.villa__list-item-title .arrow svg path.fill {
	fill: var(--color_3);
	transition: 250ms ease-in-out;
}
.villa__list-item-title::before {
	content: "";
	border: 3px solid var(--color_8);
	border-radius: 50%;
	display: block;
	min-height: 1px;
	min-width: 1px;
	max-width: 1px;
	max-height: 1px;
	margin-top: 7px;
}
.villa__list-item-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 0;
	background-color: var(--color_8);
	transition: 250ms ease-in-out;
}
.villa__amenities-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 20px;
}
.villa__amenities-list::after {
	content: "";
	display: block;
	flex-basis: calc(33% - 4px);
}
.villa__amenities-list__item {
	position: relative;
	flex-basis: calc(33% - 4px);
}
.location__discover-subtitle,
.page__gallery-subtitle,
.villa__list-item-title.has-content:hover,
.villa__list-item.active .villa__list-item-title {
	color: var(--color_8);
}
.villa__list-item-title.has-content:hover::after,
.villa__list-item.active .villa__list-item-title::after {
	width: 100%;
}
.villa__list-item.active .villa__list-item-title .arrow {
	transform: rotate(90deg);
}
.villa__list-item-text {
	display: none;
	font-size: 15px;
	font-weight: 500;
	color: var(--color_8);
	margin-top: 10px;
	max-width: 318px;
}
.villa__amenities-title {
	max-width: 520px;
	color: var(--color_2);
}
.villa__services-wrapper {
	background-color: var(--color_11);
	padding: 55px 0 85px;
	position: relative;
	overflow: hidden;
}
.villa__section-after-wrapper {
	overflow: hidden;
	position: relative;
}
.villa__section-after {
	font-size: 179px;
	font-weight: 700;
	position: absolute;
	bottom: -55px;
	right: -30px;
	text-transform: uppercase;
}
.villa__amenities-wrapper .villa__section-after {
	color: var(--color_9);
}
.villa__services-wrapper .villa__section-after {
	color: var(--color_13);
}
.villa__services-headings {
	width: 1100px;
	margin: 0 auto 20px;
}
.location__discover-subtitle .subtitle-line::after,
.page__gallery-subtitle .subtitle-line::after {
	background-color: var(--color_8);
}
.villa__services-title {
	color: var(--color_8);
	max-width: 520px;
	padding-left: 25px;
}
.villa__services-content {
	width: 975px;
	margin-inline: auto;
	display: flex;
	justify-content: space-between;
	column-gap: 25px;
	position: relative;
	z-index: 1;
}
.villa__services-list-title {
	font-size: 25px;
	font-weight: 600;
	color: var(--color_8);
	margin: 0 0 30px 25px;
}
.before__footer-location-text p span,
.before__footer-location-title {
	font-weight: 700;
	color: var(--color_8);
}
.villa__services-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
} 
/*! End Template Villa */

/*! Page Gallery */
.page__gallery-wrapper {
	padding: 60px 0 115px;
}
.page__gallery-inner {
	width: 1240px;
	margin-inline: auto;
	position: relative;
}
.page__gallery-headings {
	margin-bottom: 75px;
}
.location__discover-title,
.page__gallery-title {
	color: var(--color_4);
	max-width: 525px;
}
.page__gallery-image {
	height: 376px;
	width: 376px;
	object-fit: cover;
}
.page__gallery-content {
	display: flex;
	flex-wrap: wrap;
	column-gap: 55px;
	row-gap: 60px;
}
.page__gallery-item {
	flex-basis: calc(33% - 33px);
	position: relative;
	cursor: pointer;
}
.page__gallery-item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color_2);
	opacity: 0;
	visibility: hidden;
	transition: 250ms ease-in-out;
}
.page__gallery-item:hover::after {
	opacity: 46%;
	visibility: visible;
}
#page__gallery-more {
	margin: 110px auto 0;
	cursor: pointer;
}
.page__gallery-square-left {
	width: 536px;
	height: 405px;
	background-color: var(--color_11);
	bottom: -52px;
	left: 30px;
	z-index: -1;
}
.page__gallery-square-left.aos-animate {
	opacity: 26% !important;
}
.page__gallery-square-right {
	width: 536px;
	height: 373px;
	background-color: var(--color_5);
	top: 162px;
	right: 130px;
	z-index: -1;
}
/*! End Page Gallery */

/*! Template Gallery */
body.page-template-template-gallery .page__gallery-wrapper {
	margin: 60px 0 55px;
}
/*! End Template Gallery */ 

/*! Before Footer Location */
.before__footer-location-wrapper {
	position: relative;
	background-color: var(--color_5);
	overflow: hidden;
}
.before__footer-left__svg {
	left: -12px;
	bottom: -4px;
}
.before__footer-right__svg {
	right: 0;
	top: 0;
}
.before__footer-location-content {
	display: flex;
	column-gap: 55px;
	align-items: center;
	width: 1180px;
	margin-inline: auto;
	position: relative;
	z-index: 1;
	padding: 60px 0;
}
.before__footer-location-text {
	max-width: 665px;
}
.before__footer-location-text p span {
	border-bottom: 1px solid var(--color_8);
}
.before__footer-location-icon {
	margin-left: 30px;
}
.before__footer-location-icon svg path#Path_37,
.before__footer-location-icon svg path#Path_38 {
	fill: var(--color_3);
}
.before__footer-location-icon svg path#Path_39,
.before__footer-location-icon svg path#Path_40,
.before__footer-location-icon svg path#Path_41,
.before__footer-location-icon svg path#Path_42 {
	fill: var(--color_8);
}
/*! End Before Footer Location */

/*! Template Location */
.location__button-wrapper {
	background-color: var(--color_5);
	padding: 100px 0 40px;
}
.location__button-link {
	font-weight: 600;
	padding: 35px 40px;
	margin: auto;
}
.location__discover-wrapper {
	width: 1280px;
	margin-inline: auto;
	padding: 80px 0 180px;
}
.location__discover-content {
	margin-top: 60px;
}
/*! End Template Location */

/*! Location Preview Card Extended */
.location__preview-card__extended-wrapper {
	display: flex;
	column-gap: 60px;
}
.location__preview-card__extended-wrapper:nth-child(2n) {
	flex-direction: row-reverse;
}
.location__preview-card__extended-wrapper:not(:last-child) {
	margin-bottom: 100px;
}
.location__preview-card__extended-image__wrapper {
	min-width: 596px;
}
.location__preview-card__extended-image {
	width: 596px;
	height: 376px;
	min-height:100%;
	object-fit: cover;
}
.location__preview-card__extended-title {
	font-size: 25px;
	font-weight: 600;
	color: var(--color_8);
}
.location__preview-card__extended-text {
	margin: 25px 0 35px;
}
.location__preview-card__extended-link {
	font-size: 16px;
	font-weight: 600;
} 
.location__preview-card__extended-content {
	padding: 20px 0;
}
/*! End Location Preview Card Extended */

/*! Template Contact */
.contact__details-wrapper {
	padding: 130px 0 85px;
	background-color: var(--color_5);
}
.contact__details-list {
	list-style: none;
	display: flex;
	justify-content: space-between;
	column-gap: 55px;
	align-items: center;
	width: 1000px;
	margin-inline: auto;
}
.contact-link {
	font-size: 22px;
	color: var(--color_3);
	display: flex;
	align-items: center;
	column-gap: 18px;
}
.contact__form-item.item-submit button:hover,
.contact__form-title {
	color: var(--color_2);
}
.contact-link span svg ellipse,
.contact-link span svg path {
	stroke: var(--color_8);
}
.contact__form-wrapper {
	position: relative;
	width: 1505px;
	padding: 100px 0;
	margin-inline: auto;
	overflow: hidden;
}
.contact__form-wrapper > .theme-svg svg path {
	fill: var(--color_5);
}
.contact__form-inner {
	width: 1430px;
	margin-inline: auto;
	padding: 75px 0 40px;
	position: relative;
	z-index: 1;
}
.contact__form-content {
	position: relative;
	z-index: 1;
	width: 895px;
	margin-inline: auto;
	background-color: var(--color_1);
	padding: 0 100px 30px;
}
.contact__form-title {
	font-size: 45px;
	font-weight: 400;
	text-transform: uppercase;
	max-width: 270px;
	margin: 0 auto 5px;
	transform: translateY(-28px);
}
.contact__form-background {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.contact__form-item input,
.contact__form-item textarea,
.contact__form-item.item-submit button {
	border: none;
	outline: 0;
	background-color: transparent;
}
.contact__form-item input,
.contact__form-item textarea {
	width: 100%;
	padding: 0 9px 14px;
	border-bottom: 1px solid var(--color_4);
}
.contact__form-item input[type="text"] {
	text-transform: capitalize;
}
.contact__form-item input,
.contact__form-item input::placeholder,
.contact__form-item textarea,
.contact__form-item textarea::placeholder,
.contact__form-item.item-submit button {
	opacity: 1;
	font-size: 16px;
	color: var(--color_4);
}
.contact__form-item.item-submit {
	display: flex;
	justify-content: flex-end;
	margin-top: -10px;
}
.contact__form-item.item-submit button {
	cursor: pointer;
	transition: 0.2s ease-in-out;
}
.contact__form-left__svg {
	bottom: -5px;
	left: 0;
}
.contact__form-item textarea {
	resize: none;
	height: 120px;
}
.contact-form {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 40px;
}
.contact__form-item.item-input {
	flex-basis: calc(50% - 20px);
}
.contact__form-item:not(.item-input) {
	flex-basis: 100%;
}
.contact__before-footer {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	min-height: 448px;
}
.contact__form-wrapper .contact__form-inner .contact__form-content form .wpcf7-response-output {
	border-color: var(--color_4);
	color: var(--color_4);
}
.contact__form-wrapper .contact__form-inner .contact__form-content form .wpcf7-not-valid-tip {
	color: var(--color_4);
	margin-top: 15px;
}
/*! End Template Contact */ 

/*! Mobile Menu */
.mobile-menu-wrapper {
	transform: translateX(-100%);
	transition: 0.6s ease-in-out;
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background: var(--color_1);
	z-index: 14;
	width: 275px;
	padding: 135px 20px 60px 30px;
}
.mobile-menu-wrapper.active,
.mobile-menu-wrapper.mobile-menu-visible {
	transform: translateX(0);
}
.mobile-menu-wrapper::-webkit-scrollbar {
	display: none;
}
.mobile-menu-wrapper__overlay {
	display: none;
	content: "";
	width: 100vw;
	background: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	z-index: 13;
}
.mobile-nav-bar-menu li {
	display: flex;
	margin-bottom: 30px;
	position: relative;
}
.mobile-menu-wrapper .mobile-nav-bar-menu a {
	padding: 8px 0;
	border-bottom: 1px solid var(--color_3);
	color: var(--color_3);
	font-size: 20px;
	text-transform: uppercase;
	width:100%;
}
.mobile-menu-wrapper .mobile-nav-bar-menu .menu-book-button {
	display: none;
}
.mobile-menu-info__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 25px;
	position: relative;
	margin-top: 50px;
	padding-top: 40px;
}
.mobile-menu-info__wrapper::before {
	content: "";
	width: 275px;
	position: absolute;
	left: -30px;
	top: 0;
	background-color: var(--color_3);
	height: 1px;
}
.mobile-menu-title {
	font-size: 14px;
}
.mobile-menu-info__item {
	display: flex;
	column-gap: 6px;
	align-items: center;
}
.mobile-menu-content a {
	font-size: 14px;
	color: var(--color_3);
} 
/*! End Mobile Menu */

/*! 404 */
.error__page-wrapper {
	min-height: 70vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 40px;
	padding: 150px 20px 20px;
}
.error__page-wrapper .section-title {
	text-align: center;
	color: var(--color_2);
}
/*! End 404 */

/*! Extras */
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #020024;
	background: radial-gradient(circle, rgba(2, 0, 36, 0.2) 0, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.2) 100%);
}
.admin-homepage {
	min-height: 100vh;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	row-gap: 50px;
}
.admin-homepage h1 {
	color: #fff;
	text-transform: uppercase;
}
.admin-homepage svg {
	width: 285px;
	height: 110px;
}
